I’m trying to use Google LVL Licensing library. I already downloaded the library from Android SDK Manager, but when I tried to import it to my project I get the error that it doesn’t exist.
My import is the following:
import com.android.vending.licensing.AESObfuscator;
import com.android.vending.licensing.LicenseChecker;
import com.android.vending.licensing.LicenseCheckerCallback;
import com.android.vending.licensing.ServerManagedPolicy;
I’d appreciate your help. Thank you.
Check this out this tutorial. The part Setting Up the Licensing Verification Library: