Admob hates Me

You must Login before you can answer or comment on any questions.

Hi, im working under 2.1.3 GA sdk and with the admob module 2.0.1 for Android. The problem is every time y try to run the app i get the following error:

[ERROR] Error generating R.java from manifest [ERROR] Application Installer abnormal process termination. Process exit value was 1

I have seen in Q&A some similar issues but they are to old. Any advise? Thanks

1 Answer

Have you set the api level in tiapp.xml ? (I have mine 16 but you can set it as down as to 14)

<tool-api-level>16</tool-api-level>

https://github.com/appcelerator/titanium_modules/blob/master/admob/mobile/android/documentation/changelog.md

— answered 8 months ago by Dan Tamas
answer permalink
5 Comments
  • Still having the same error

    [ERROR] Application Installer abnormal process termination. Process exit value was 1 [ERROR] /Users/TUZPI/Desktop/Iphone Titanium/Secret4You Free/build/android/AndroidManifest.xml:100: error: Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize'). [ERROR] Error generating R.java from manifest

    my tiapp.xml

    </iphone> <android xmlns:android="http://schemas.android.com/apk/res/android"/> <tool-api-level>16</tool-api-level>

    &lt;mobileweb&gt;
    

    — commented 8 months ago by Mario Navarro Palos

  • This is definitely an api level error. Update your android sdk to 16 and try again. Clean the project also before building it again.

    — commented 8 months ago by Dan Tamas

  • Same error, im using now api 16 in new project. is the only module that gives me that error

    — commented 8 months ago by Mario Navarro Palos

  • Show 2 more comments

Your Answer

Think you can help? Login to answer this question!