Need Help

selvamurali

Active Member
Licensed User
Longtime User
Hi All

i have developed one application with AdMob . after compile my apk works well in emulator with google ads.

My problem is i am using ApptoMarket 2.7 version tool to convert my apk .

after convert my apk . i installed in my Tablet it shows "you must have AdActivity declared in AndroidManifest.Xml with configchnages.


please help me
 

eps

Expert
Licensed User
Longtime User
It looks like something is missing from your manifest file..

Can you post the contents, minus any identifying information of course.
 
Upvote 0

selvamurali

Active Member
Licensed User
Longtime User
my Manifest file

AddManifestText(
<uses-sdk android:minSdkVersion="4" />
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
AddApplicationText(
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>)


i follow the instruction in Admob tutorial.
please help me
 
Upvote 0

selvamurali

Active Member
Licensed User
Longtime User
make app ready to publish

Hi Erel

i tried all the above solution but i didnt get the exact result .

so i will upload my my project. see the project . and let me know what am missing.

i need to publish my apk in the market with Admob adds


Help Me.
 

Attachments

  • poject.zip
    49 KB · Views: 142
Upvote 0
Top