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.