Installation error: INSTALL_FAILED_OLDER_SDK

简介: 解决对策:                  1.删除bin/res           2.删除AndroidManifest.xml中           3.新建一个API Level更高的AVD           4.重新编译运行

解决对策:

        

        1.删除bin/res

 

        2.删除AndroidManifest.xml中<uses-sdk android:minSDKVersion="4" />

 

        3.新建一个API Level更高的AVD

 

        4.重新编译运行

相关文章
|
4月前
|
消息中间件 开发工具
【Azure Service Bus】Service Bus SDK 抛出 ERROR c.a.c.a.i.ActiveClientTokenManager - Error is transient. Rescheduling authorization task at interval 1079000 ms.
【Azure Service Bus】Service Bus SDK 抛出 ERROR c.a.c.a.i.ActiveClientTokenManager - Error is transient. Rescheduling authorization task at interval 1079000 ms.
|
7月前
|
前端开发
命令行创建React项目
命令行创建React项目
命令行创建React项目
|
7月前
|
移动开发 开发工具
解决微信H5获取SDK授权报错提示errMsg: “config:fail,Error: 系统错误,错误码:63002,invalid signature [20200908 22:17:17][]“
解决微信H5获取SDK授权报错提示errMsg: “config:fail,Error: 系统错误,错误码:63002,invalid signature [20200908 22:17:17][]“
解决微信H5获取SDK授权报错提示errMsg: “config:fail,Error: 系统错误,错误码:63002,invalid signature [20200908 22:17:17][]“
|
开发工具
Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!
Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!
118 0
|
开发工具
Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!
Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!
464 0
|
Dart 开发工具
【错误记录】Flutter 构建报错 ( Error: Method not found: ‘CupertinoModalPopupRoute‘. | 下载最新 Flutter SDK 版本 )
【错误记录】Flutter 构建报错 ( Error: Method not found: ‘CupertinoModalPopupRoute‘. | 下载最新 Flutter SDK 版本 )
237 0
【错误记录】Flutter 构建报错 ( Error: Method not found: ‘CupertinoModalPopupRoute‘. | 下载最新 Flutter SDK 版本 )
|
开发工具 git
Mac执行命令code ./ 报错git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools...
Mac执行命令code ./ 报错git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools...
293 0
|
开发工具
Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!
Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!
157 0
|
定位技术 开发工具 Android开发
百度地图Android SDK报错:Error inflating class com.baidu.mapapi.map.MapView
在自己的开发的Android应用中调用百度地图Android SDK,发生运行时错误,如图: 该错误:Error inflating class com.baidu.mapapi.map.MapView 解决方案: 解决该问题需要添加一段代码,即,在初始化百度地图之前首先调用百度地图自身的初始化方法代码: SDKInitializer.initialize(getApplicationContext()); 即可。
2984 0

热门文章

最新文章