Installation error: INSTALL_FAILED_OLDER_SDK

前端 未结 19 1724
太阳男子
太阳男子 2020-11-28 09:37

I am new to Android development and I want first to get the Hello World application running. I am using Eclipse IDE and the Android 4.0.3 version 15 SDK. I copi

19条回答
  •  悲&欢浪女
    2020-11-28 10:00

    Make sure to check your build.gradle and that it doesn't use a newer SDK version than what is installed on your AVD. That's only if you use Android Studio though.

提交回复
热议问题