问题
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