Installation error: INSTALL_FAILED_OLDER_SDK

前端 未结 19 1733
太阳男子
太阳男子 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:14

    Received the same error , the problem was difference in the version of Android SDK which AVD was using and the version in AndroidManifest file. I could solve it by correcting the

    android:minSdkVersion="16"

    to match with AVD.

提交回复
热议问题