[SOLVED] Question about SDKBox manual integration in Android Studio

Hi, I’m trying to manually integrate the Review & Ratings plugin, I’m using Android Studio. The doc says:

“Copy the plugin_review_res_project directory from plugin/android to your <project_root> directory. Make your Android project reference the plugin_review_res_project project.”

How do I make the reference to the plugin_review_res_project project?

can you try this:

AS Menu -> New -> Import Module…
Select plugin_review_res_project folder

1 Like

Thanks for the answer but finally went with the automated install.

could you please mark this topic [solved] ?

Hi, sorry to ask a question under a “solved” issue but I have been looking for a way to integrate google play services of sdk box in my android studio manually but I cannot converge on a proper way to do this. I have downloaded the sdk from here:
http://www.sdkbox.com/plugins/googleplayservices
simple enough, the directory has resource files and a jar primarily. Could you please explain where to add the files and how to change my gradle file? I guess I have to add the resource files too but then I was confused to how that should go since I am using cocos2dx and their resource structure is different from that of standard android.
Thanks in advance

P.S. what is plugin_review_res_project folder? I have a folder which goes like this:
-plugin
—gps
--------libs
--------res
--------src
-------- …
--------…
—sdkbox.package