Android Licensing Issue

旧巷老猫 提交于 2019-11-30 07:45:29

I don't think you can get your licensed application through the market without buying it. I'm not sure why you would want to, since you can just compile it and install it yourself with ADB.

However, I wouldn't worry too much about people pirating your software. Any good or even marginally skilled cracker is going to be able to remove any security you have anyway. In my experience (from both ends of the playing field), the game always comes down to cat and mouse, and you will end up wasting time instead of adding features, fixing bugs, etc.

Look into ProGuard.

It comes free with the Eclipse/Android stuff.

ProGuard presumably makes it more difficult for people to decompile and modify your application package to defeat the licensing check.

I do not know how well ProGuard actually is at discouraging piracy.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!