How to test application without activating it?

偶尔善良 提交于 2019-12-25 08:48:32

问题


OK, so I exported a signed release APK, "locked" with Google's LVL API but before activating it on Google Play to be visible to and downloadable by all, I want to test it first on my device.

The problem is when I just adb install -r that signed release APK, the licensing server returns NOT_LICENSED and I cannot test the locked features.

What is the proper way to test an application locked with Google's LVL without activating it first?


回答1:


I remember I had similiar problem before, when google rename Android Market to Google Play. It seems that Google Play is stuck with the old LVL cached data.

Try clearing app data under Settings -> Applications -> Manage Applications -> Google Play on your device.



来源:https://stackoverflow.com/questions/11023152/how-to-test-application-without-activating-it

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