LicenseChecker is slow in emulator
When the emul开发者_Go百科ator hits the line below it takes 10 seconds + to complete. Does anyone else have this problem?
mChecker = new LicenseChecker( this, new ServerManagedPolicy(this, new AESObfuscator(SALT, getPackageName(), deviceId)), BASE64_PUBLIC_KEY);
I wound up putting the initial call to the setup into a background task. whenever its finished then it will go on and check the license.
精彩评论