Installation error: INSTALL_FAILED_OLDER_SDK

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

    If the error "Installation error: INSTALL_FAILED_OLDER_SDK" appears, you must change the version of minSdkVersion in AndroidManifest to the one specified in the android emulator: see Settings -> About phone -> Android version.

提交回复
热议问题