开发者

Is it possible to decompile an apk to library project? [duplicate]

This question already has an answer here: Closed 11 years ago.

How do I edit an manifest开发者_JS百科 file?


Unless you have permission from the developer of the APK to do this, you will be committing a copyright violation. This in turn may lead to your application being banned from the Android Market, if the developer of the APK complains to Google.

I encourage you to work with the developer of the APK to license the source code, so that you can use it properly. Or, integrate via Intents and help the user download the APK from the Android Market if you detect via PackageManager that the APK is not on the user's device.


Just because you've bought one copy of some developer's application, it doesn't entitle you to rip off their code and resell it multiple times in your application. That would be theft of intellectual property rights.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜