简体   繁体   English

手机支持Java Android吗?

[英]Mobile phones supporting Java Android?

What are mobile phones supporting Java Android? 什么是支持Java Android的手机?

Is there any Nokia phone supporting this technology? 有诺基亚手机支持该技术吗?

What should the mobile contain (a framework, a plugin.. etc) if we want to deploy a Java Android Application? 如果我们要部署Java Android应用程序,移动设备应包含什么(框架,插件等)?

Android can be deployed to many devices with custom builds of the OS; 可以使用自定义的操作系统将Android部署到许多设备上。 anyone can build Android . 任何人都可以构建Android。 It is not limited to particular handset makers and you might want to consult the makers for official lists of deployed devices. 它不限于特定的手机制造商,您可能需要向制造商咨询已部署设备的正式列表。

There is nothing the device needs to contain (other then an appropriate targeted version of Andrdoid) to deploy an application. 设备不需要包含任何东西(除了合适的Andrdoid目标版本以外)来部署应用程序。

One important note is that the application IS NOT run in the JVM, the code is only written in Java and then converted to Dalvik bytecode when compiling (Android runs on the Dalvik Virtual Machine). 一个重要的注意事项是该应用程序不在JVM中运行,该代码仅用Java编写,然后在编译时转换为Dalvik字节码(Android在Dalvik虚拟机上运行)。 Since the code is written in Java though you can make extensive use of existing libraries and use them in your applications. 尽管代码是用Java编写的,但是您可以广泛使用现有的库并在应用程序中使用它们。

  1. There is a fairly comprehensive list on Wikipedia comparing devices running Android, including forthcoming devices. Wikipedia上有一个相当全面的列表,比较了运行Android的设备(包括即将推出的设备)。
  2. Nokia seems to have no interest using Android platform for its devices. 诺基亚似乎对其设备使用Android平台没有兴趣。
  3. If the device is a certified Android platform, there is nothing one needs to add for deployment. 如果设备是经过认证的Android平台,则无需添加任何内容即可进行部署。

I think most phones that run Android should support Android applications. 我认为大多数运行Android的手机都应支持Android应用程序。 However, IMHO one would be hard pressed to compile a list of those phone.But rest assured, it's a lot. 但是,恕我直言,编译这些手机的清单会很困难,但是请放心,这很多。 Someone DID make a list! 有人DID列出清单! And yep, it's a lot. 是的,很多。

Some quick Googling reveal that Nokia seems to not like Android so I would assume there is not a Nokia phone with Android. 一些快速的Google搜索发现,诺基亚似乎不喜欢Android,因此我认为没有配备Android的诺基亚手机。

Framework: Eclipse Galileo with the ADT plugin 框架:带有ADT插件的Eclipse Galileo

My advice: 我的建议:

read this site inside and out! 彻底阅读本网站! http://developer.android.com/index.html http://developer.android.com/index.html

It answers all your questions. 它回答了您所有的问题。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM