I followed the answer in this question:
But I can not import the following libraries inside LicenseCheck.java:
import com.android.vending.licensing.AESObfuscator;
import com.android.vending.licensing.LicenseChecker;
import com.android.vending.licensing.LicenseCheckerCallback;
import com.android.vending.licensing.ServerManagedPolicy;
and because that, there is some errors in that activity.
Also, I downloaded the Google Play Licensing library. But the problem still there.
The import statements (above) are in the gray color.