智能手机上的 Java 应用程序
应该对 Java 应用程序进行哪些更改才能将其安装在支持 Java 的智能手机上?
我尝试使用我的随机应用程序来看看会发生什么,当我在手机上打开它时,它说安装?我说是的,它说无效文件。
现在我想知道应该做哪些改变?
我的智能手机(三星 S8500)运行在 bada 上,它与 Android 大致相同,但在总体上有所改变。
What alteration should be made in a Java Application to be able to install it on Java Enabled Smartphone?
I tried using a random app of mine to see what happens, when I open it on the cell, it says Install? I say yes, and it says invalid file.
Now I was wondering what alteration should be made?
My smartphone (Samsung S8500) runs on bada which is more or less the same as Android, but alterations in the General.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要针对智能手机的不同 SDK。与 Android 一样,您需要 Android SDK 1.5 或任何其他版本。您只是无法安装相同的应用程序。您需要使用SDK提供的资源进行开发。
如果您的应用程序是基于 Java 的移动应用程序,那么您可以使用一些工具将其转换为 Android。并非每次都有效,但值得一试。
就您而言,Bada OS 与我从 此处 学到的 Android 不同。因此,您需要使用 J2ME 开发应用程序。
You need different SDK for smartphones. Like for Android, you need Android SDK 1.5 or any other version. You just cannot install the same application. You need to develop using the resources provided by the SDK.
If your application is Java based mobile application then you can use some tools to convert it for Android. Doesn't work every time but worth a try.
In your case, Bada OS is not like Android what i learn from here. So, you need to develop the application using J2ME .