Android Question Stuck with in-app review library

MitchBu

Well-Known Member
Licensed User
Longtime User
I am growing desperate with the in-app Review example project.

I did place the library into the external library folder. So far so good.

When I launch the example project for the in-app review, I get this: Maven artifact not found com.google.android.play/core

Maven artifact not found.PNG


When I launch the SDK Manager, I get that for a very long time. Although I did download the master-index.xml from a browser, and it is only 5K. I got broadband, it should be a few seconds.

sdkmanager.PNG


After a very long while, I get this :

sdk manager error.PNG


I have installed com.google.android.play:core:

sdk manager installed.PNG


If I search for "com.google.android.play/core", it shows no result.

I will appreciate some help.

TIA
 

MitchBu

Well-Known Member
Licensed User
Longtime User
I changed the part to sdkmanager.bat, and the sdkmanager no longer get stuck downloading the xml list, but I still get an error that something is missing (see below).

Path to android.jar is C:\Android\platforms\android-30\android.jar. I verified the file is indeed there.

sdkmanager 2.PNG
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
You should unzip commandlinetools-win-6609375_latest.zip with 7-Zip or with WinRar or WinZip, do not use windows native unpacker.
 
Upvote 0
Top