Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top