English 中文(简体)
我怎么能把安乐素的Mms App编成一个跳板?
原标题:How can I compile Android stock Mms App into an .apk?

我想对Mms Anders应用软件作一些改动,并在我的装置上安装。 然而,我在汇编,从获得的编码核对。 我设立了一个新的Eclipse Anders项目,“利用现有来源”,将目标框架设定为2.1。 然而,Eclipse没有找到一些必要的框架类别,例如:android.telephony.SmsManager

我的全安乐器已经建立并投入使用(m在无错误的情况下完成),Eclipse正在Sun Jdk 1.5上运行。

也许我的错误是,我没有将copy the .classpath file纳入新项目,我将对此进行核对。 我是否成功,我是否能够把这块.子安装成一个没有根基的装置?

最佳回答

聚氯乙烯的应用并不是要用安的苯胺基来建造的,这主要是因为其中许多应用是在SDK的预定时间。 现在,它们只能作为企业的一部分汇编。

即便是用APK站起来,除非你在清单中改变包裹,否则你也无法将其与更换公司独立安装。 由于你不会用电压公司所用的数字签字签署你的APK,你不能同时用同一包裹在装置上有两个应用。

如果你有支持可更换的企业软件(如ADP2,Nexus One)的装置,你可能能够创建、签署和安装自己的企业软件,那么,今后不用第二次更换所有公司软件,我不知道这项工作的成效。

问题回答

暂无回答




相关问题
In Eclipse, why doesn t "Show In" appear for non-Java files?

If I have a *java file open, I can right click on the source, scroll down to "Show In (Alt-Shift-W)", and select Navigator. If I have an *xml, *jsp, or pretty much anything besides a Java source ...

Eclipse: Hover broken in debug perspective

Since upgrading Eclipse (Galileo build 20090920-1017), hover in debug no longer displays a variable s value. Instead, hover behaves as if I were in normal Java perspective: alt text http://...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

Adding jar from Eclipse plugin runtime tab

I want to add .jar files for plugin from the Runtime tab of manifest file. When I use the Add... button, I can see only sub-directories of the plugin project. So if I want to add same .jar file to ...

How to copy multiple projects into single folder in eclipse

I have two projects, Project1 and Project2. Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below. Eclipse Workspace -> Project -> ...

Java: Finding out what is using all the memory

I have a java application that runs out of memory, but I have no idea which code is allocating the memory. Is there an application with which I can check this? I use Eclipse.

热门标签