I have an existing Android app that was originally built using Android 11. However, the newest version of the ADT only allows me to compile with Android 17 so my app will not run. How do I get the newest version of ADT to run the existing app?

有帮助吗?

解决方案

I get this error when I attempt to run my app. "Unable to resolve target 'android-11'"

Either:

  • Download the API Level 11 SDK from the SDK Manager, or

  • Update your project to use a build target that you have (e.g., Project > Properties > Android in Eclipse)

Along with the AVD remaining on the ANDROID boot up screen.

Either:

  • Have patience and wait for the AVD boot to complete, or

  • Buy a faster computer, or

  • Switch to the x86 emulator

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top