I am new to android. I downloaded the ADT and it comes with the Jelly Bean (API Level 17) SDK.
I set the target sdk file as "9" in AndroidManifest.xml.
I can use the latest API level 17 methods and it works great on the Android JB simulator.
But after creating the assembly, if I try to install it in my real device for ginger, the simplest application will not start and crash.
Can someone suggest me a solution?
source share