when I try to compile:
[ERROR] Application Installer abnormal process termination. Process exit value was 1
I added this to tiapp.xml:
<android xmlns:android="http://schemas.android.com/apk/res/android"> <manifest android:versionCode="1" android:versionName="1.0"/> <uses-sdk android:maxSdkVersion="13" android:minSdkVersion="8" android:targetSdkVersion="13" /> <tool-api-level>14</tool-api-level> </android> <modules> <module version="2.0.1">ti.admob</module> </modules>If I remove the changes the code works.
Tinanium SDK: 2.1.3.GA
1 Answer
See this thread for the answer. You probably don't have the android SDK for API version 14 installed on your system.
Your Answer
Think you can help? Login to answer this question!