INSTALL_FAILED_OLDER_SDK

今天在honeycomb上面编译calculator~只是替换了一下calculator里面的arity-2.1.2.jar和arity-1.3.3.jar

提示INSTALL_FAILED_OLDER_SDK

网上搜索如下:

“修改AndroidManifest.xml

<uses-sdk android:minSdkVersion= "5" />”

将此行数字改小,或者屏蔽此行。

但是我发现我的工程根本没有此行。

后来就加上了一行 <uses-sdk android:minSdkVersion= "4" />搞定

网上另外有人评论如下

已解决,/build/core/version_defaults.mk文件中这一段

ifeq "" "$(DEFAULT_APP_TARGET_SDK)"
# This is the default minSdkVersion and targetSdkVersion to use for
# all .apks created by the build system. It can be overridden by explicitly
# setting these in the .apk's AndroidManifest.xml. It is either the code
# name of the development build or, if this is a release build, the official
# SDK version of this release.
ifeq "REL" "$(PLATFORM_VERSION_CODENAME)"
DEFAULT_APP_TARGET_SDK := $(PLATFORM_SDK_VERSION)
else
DEFAULT_APP_TARGET_SDK := $(PLATFORM_VERSION_CODENAME)
endif
endif(这个没有使用)

将DEFAULT_APP_TARGET_SDK直接赋值相应的API等级即可。

更多相关文章

  1. Android 下拉菜单 Spinner 赋值
  2. Lua学习 1) —— Android调用变量取值与赋值
  3. Android RenderScript 使用 Struct 及其下标的赋值
  4. 网上有价值资源地址整理
  5. cocos2d-x eclipse 环境搭配。我能找到网上最完整的。
  6. 超级原创xxMix android:onClick上帝啊,不知道有没有人用过,我用了,
  7. Android从网上下载文件
  8. 网上找了些Android数据库操作的代码
  9. Android中使用Parcelable传递对象,createFromParcel中对象的赋值

随机推荐

  1. Android: 系统默认音量
  2. android 自定义闪退Dialog 收集闪退信息
  3. How to Create QuickAction Dialog in An
  4. android 软件源码
  5. Android照相功能驱动层中HAL的实现(基于OK
  6. android中使用HTTP协议和TCP协议实现上传
  7. Android(安卓)使用动画效果后的控件位置
  8. android IOS webview word document
  9. android 自定义 view
  10. unity向android通信