如何注册" .apk文件"在Android手机上的文件?文件、机上、QUOT、apk

2023-09-06 11:25:03 作者:傻瓜、我累了。

我要生成一个新的.apk文件在手机上(在我的应用程序市场的应用程序一样的函数)的文件,我有之前签署它安装。我想我已经运行在手机上的jarsigner。

I want to generate an new ".apk" file on the phone (a function in my app-market like app), and I have to sign it before install it. I think I have to run the JarSigner on the phone.

的jarsigner在以下两个项目中找到:OpenJDK的和GCC-libjava。

JarSigner is found in the following two project: OpenJDK and GCC-libjava.

我曾尝试包括OpenJDK.jar我从互联网上下载,但它不具备的jarsigner类吧。

I have tried to include OpenJDK.jar I downloaded from Internet but it doesn't have JarSigner class in it.

我也试图从OpenJDK的源添加JarSigner.java到我的Andr​​oid应用项目,但依赖是太多。同样的,从JarSigner.java GCC-LibJAVA。

I also have tried to add JarSigner.java from OpenJDK source to my Android APP Project, but the dependencies are way too much. Same with JarSigner.java from GCC-LibJAVA.

这实现起来很难为Android一个新的jarsigner。

it's too difficult to implement a new JarSigner for Android.

推荐答案

如果你想创建.apk文件用你的手机,看看这个:

If you want to create .apk using your phone , have a look at this :

JavaIDEdroid 允许你创建Android设备上的原生Android应用程序。

JavaIDEdroid allows you to create native Android applications on Android devices.

HTTP://$c$c.google.com/p / Java的IDE-DROID /

 
精彩推荐
图片推荐