android中的版本问题 [英] Version problem in android

查看:73
本文介绍了android中的版本问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

< uses-sdk>

android:minSdkVersion =4

android:targetSdkVersion =8/>







i在我的Android应用程序中有问题。我把4放在minSdkVersionvalue中。然后它运行在Android 2.3 ...但我想在Android 4.0中运行该应用程序..它不是在Android 4.0中运行..它的方式是什么?请帮助我..

<uses-sdk>
android:minSdkVersion="4"
android:targetSdkVersion="8" />



i have a problem in my android application. that i put 4 in minSdkVersionvalue. then it run in android 2.3... but i want to run that application in android 4.0.. and it is not runing in android 4.0.. what is the way for it??? please help me..

推荐答案

一些事情:首先在Google上进行的快速搜索表明,并非所有的Android V2.3应用都能在V4.0上运行 - 包括一些大型公司产品(例如SkyGo最初没有工作)所以你并不孤单。可能值得尝试定位API V14或更高版本并查看您的应用是否正常工作?



其次,您确定自己的数字吗? SDK API V4适用于V1.6 android,V8适用于V2.2 Android: http://en.wikipedia.org/wiki / Android_version_history [ ^ ]
A couple of things: firstly a quick search on Google says that not all Android V2.3 apps will work on V4.0 - including some of the large company offerings (such as SkyGo which didn't work initially) so you aren't alone. Might be worth trying targeting API V14 or higher and seeing if your app works then?

Secondly, are you sure about your numbers? SDK API V4 is for V1.6 android, and V8 is for V2.2 Android: http://en.wikipedia.org/wiki/Android_version_history[^]


设置targetSdkVersion =17!!
Set the targetSdkVersion="17" !!


这篇关于android中的版本问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆