Hi, i've updated NDK from r9b to r9c... and updated SDK, which included updates to Android SDK build tools, platform tools and Android support library, all of them to 19.0.1.
But the problem is the same (it was working Ok just 2 days ago... the only change i've made was the Esenthel update)... i've checked AndroidManifest.xml and project.properties... i wanted to make some tests here, but those are overwritten everytime i build project, so no tests i can do here...
I have this in AndroidManifest.xml:
Code:
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
and this in project.properties:
Shouldn't both point to the same target? Shouldn't we be able to modify these files also? Esenthel users may feel the need to add/remove permissions for example? I saw that you included googleadmob jar, but what if we don't to use it? How can we remove it?