I have an app that compiles and work on an iPhone but not on Android.
It worked one month ago, since then i didnt change anything in the code. The only thing that changed was Titanium Studio (i am referring to updates).
I have tried with ti mobile 1.6.2, 1.7.0, 1.7.2, i have even tried with 1.8.0 which is not stable yet. Nothing seems to work.
At one point i managed to make it install on the device (nexus one) but when i started the app it crashed instantly saying that a java class was missing.
So the error i am getting now at building time is: Error generating R.java from manifest.
I tried deleting the build after every attempt, tried changing the ID for the app, tried changing the SDK, tried the emulator, tried the device, nothing seems to work.
No APK is being generated whatever i try.
Please advise.
Thank you.
Alex
1 Answer
I found the problem. It seems that the old custom Android manifest file was not interpreted correctly. So if anyone has this problem and you have a custom android manifest file, you have to do a new one, because that one wont work anymore.
Thank you.
Your Answer
Think you can help? Login to answer this question!