开发者

Android 2.0 application can run on other smart phones : Android

开发者 https://www.devze.com 2023-02-03 19:09 出处:网络
For example, if we build开发者_运维百科 an application for Android 2.0, will it work on Droid Incredible

For example, if we build开发者_运维百科 an application for Android 2.0, will it work on

  1. Droid Incredible

  2. Droid Global

  3. Droid Pro

  4. Droid X

  5. Tablet PCs like Samsung 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. 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.

For the Galaxy Tab specifically, you should check their site for details.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号