打包的混淆 JavaScript Android 应用程序在分发和安装时不起作用
我创建了一个 Android 应用程序的工作调试版本,将其安装在我的手机上并且运行良好。我还应该提到我的应用程序的 javascript 方面已经被混淆了。我使用 Titanium Developer 来创建我的应用程序。 现在是时候签署、压缩、打包和分发我的 Android 应用程序了。然后,我从市场上将分布式混淆应用程序安装到我的手机中。令我恐惧的是,它不起作用!这里发生了什么事?我不明白。在包装之前它工作得很好。
I created a working debug version of an Android app, installed it on my phone and works perfectly. I should also mention the javascript aspect of my app has been Obfuscated. I use Titanium developer to create my application.
Now the time came to sign, zipline, package and distribute my Android app. I then installed my distributed Obfuscated app into my phone from the market. To my horror, it does not work! Whats happening here? I don't get it. It worked just fine before it was packaged.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 javascript 调用您的应用程序方法,则不应混淆它们,请将它们保存在 proguard.cfg 中。
史蒂芬
If javascript calls your app methods, they shall not be obfuscated, keep them in proguard.cfg.
Stéphane