Saturday, December 24, 2011

XML prgramming error HELP!?

My xml is below I keep getting an error on the bottom saying I need to end the activity?!?!?!





%26lt;?xml version="1.0" encoding="utf-8"?%26gt;


%26lt;manifest xmlns:android="http://schemas.android.co鈥?br>

package="a.app.withads"


android:versionCode="1"


android:versionName="1.0" %26gt;





%26lt;uses-sdk android:minSdkVersion="10" /%26gt;


%26lt;uses-permission android:name="android.permission.ACCESS_鈥?br>

%26lt;uses-permission android:name="android.permission.INTERNE鈥?br>




%26lt;application


android:icon="@drawable/ic_launcher" android:label="@string/app_name"%26gt;


%26lt;activity


android:name="com.google.ads.AdActivity"


android:configChanges="keyboard|keyboard鈥?br>

%26gt;


%26lt;activity


android:label="@string/app_name"


android:name=".AddappActivity" %26gt;


%26lt;intent-filter %26gt;


%26lt;action android:name="android.intent.action.MAIN鈥?/%26gt;





%26lt;category android:name="android.intent.category.LA鈥?/%26gt;


%26lt;/intent-filter%26gt;


%26lt;/activity%26gt;


%26lt;/application%26gt;





%26lt;/manifest%26gt;|||You need to make sure the XML isn't trimmed in your question.

No comments:

Post a Comment