The import com.google.android.vending cannot be resolved in an imported android project
android, android-lvl
Solution
You may want to review the steps this link. It goes through the steps of adding it to your Android project, regardless of your IDE. Eclipse will work just fine.
These steps take some time and effort, but I have successfully done this before.
Problem
I have just imported an android project and when I am trying to run it it is giving me error on the following imports ``` import com.google.android.vending.licensing.AESObfuscator; import com.google.android.vending.licensing.LicenseChecker; import com.google.android.vending.licensing.LicenseCheckerCallback; import com.google.android.vending.licensing.ServerManagedPolicy; ``` Any help resolving this would be greatly appreciated.