> Because you need to set the minimum Android version when you compile with CJS.
>
> You can just change the variable in Manifest.xml when you decompile, you will see a line on top like so:
>
> <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" />
>
> Change the minSdkVersion to 9+ or whatever you need and build it again with apktool.
>
Thanks for the quick reply — , yeah I already recompiled with the corrected manifest before that last post, I was just wondering why you were recommeneding a new apktool version for 2.0.2 compiled apps, if there were any problems that were encountered used the version of apktool you uploaded with 2.0.2 compiles.
Some users couldn't build after a recompile with the older apktool. The apktool I posted works fine for me for 2.0.2, but it does not work for Intel XDK built APKs.
So just use whatever works for you, its all the same in the end. Glad it works fine for you!