进口com.google.android.vending不能导入Android项目来解决项目、google、com、android

2023-09-05 04:00:56 作者:找个好姑娘

我刚刚导入了Android项目,当我试图运行它,它是在下面的进口给我的错误

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;

任何帮助解决这将是极大的AP preciated。

Any help resolving this would be greatly appreciated.

推荐答案

您可能需要检查的步骤的这个链接。它通过将它添加到你的Andr​​oid项目,无论你的IDE中的步骤。 Eclipse会工作得很好。

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.