简体   繁体   English

Android 2.0应用程序可以在其他智能手机上运行:Android

[英]Android 2.0 application can run on other smart phones : Android

For example, if we build an application for Android 2.0, will it work on 例如,如果我们为Android 2.0构建应用程序,它将在

  1. Droid Incredible 机器人不可思议

  2. Droid Global Droid Global

  3. Droid Pro Droid Pro

  4. Droid X 机器人X

  5. Tablet PCs like Samsung Galaxy Tablet (http://www.samsung.com/us/mobile/galaxy-tab ) 平板电脑,例如三星Galaxy Tablet(http://www.samsung.com/us/mobile/galaxy-tab)

In general, yes. 一般来说,是的。

As long as the device meets the minSdkVersion you set in your AndroidManifest, the app can run on that device. 只要设备满足您在AndroidManifest中设置的minSdkVersion,该应用就可以在该设备上运行。 If you also set a target version, you need to make sure you only call methods that are available (via reflection) when using newer SDK features. 如果还设置了目标版本,则需要确保在使用更新的SDK功能时仅调用可用的方法(通过反射)。

For the Galaxy Tab specifically, you should check their site for details . 特别是对于Galaxy Tab,您应该查看其网站以了解详细信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在android手机中运行android聊天应用程序? - How to run android chat application in android phones? 除了智能手机以外,还有Android虚拟设备吗? - Are there Android virtual devices other than just smart phones? 其他android手机中的应用程序更改的布局 - layout of application changes in other android phones 智能手机和平板电脑的Android应用程序 - Android Apps for Smart Phones & Tablets 我需要创建一个可以在所有智能手机上运行的智能手机应用程序,我该怎么做? - I need to create a smart phone application that could be run on all smart phones, How can i do this? 我们可以创建在 Android 电视、平板电脑和 Android 手机上运行的应用程序吗? - Can we create application which run on Android TV ,tablet and Android Phones? 智能手机上的Android Tune TCP流量控制? - Android Tune TCP flow control on Smart phones? 兼容性:具有Android 2.2的应用程序能否在具有Android 2.0或2.1的手机上运行? - Compatibility: will an application with Android 2.2 work on phones which have Android 2.0 or 2.1? 没有GPU的Android手机上的OpenGL ES 2.0? - OpenGL ES 2.0 on android phones without GPU? 格式化的Android手机中的应用程序崩溃 - Application Crashes in formatted Android Phones
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM