Im developing android app with Corona Enterprise. But Ive got some problem that I guess related with proguard.
Probably when the corona Enterprise build Android APK, the APK is encrypted with Proguard automatically. Is it right?
If that`s true, I need to change proguard config for preventing to encrypt library API. Because the market not google play, validate the APK contains that external API when I uploading APK.
How can I change proguard config?
I already tried to modify proguard-project.txt on the project, but that was not working.
Please help me Y.Y
Thank you. [import]uid: 180717 topic_id: 34044 reply_id: 334044[/import]
As far as I know Proguard isn’t activated by default.
To activate it you’d need to modify your project.properties and uncomment the proguard line. If you don’t need/want Proguard, just make sure that the proguard line is commented. [import]uid: 70847 topic_id: 34044 reply_id: 135431[/import]
Here is Google’s official documentation on ProGuard.
http://developer.android.com/tools/help/proguard.html
Quick summary: ProGuard is not enabled by default. You have to opt into it. [import]uid: 32256 topic_id: 34044 reply_id: 135499[/import]
As far as I know Proguard isn’t activated by default.
To activate it you’d need to modify your project.properties and uncomment the proguard line. If you don’t need/want Proguard, just make sure that the proguard line is commented. [import]uid: 70847 topic_id: 34044 reply_id: 135431[/import]
Here is Google’s official documentation on ProGuard.
http://developer.android.com/tools/help/proguard.html
Quick summary: ProGuard is not enabled by default. You have to opt into it. [import]uid: 32256 topic_id: 34044 reply_id: 135499[/import]