Skip to content

Commit 2a4be9a

Browse files
authored
Update README.md
1 parent fd1ff71 commit 2a4be9a

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,16 @@ If you are not using any tool which has Android SDK Manager, you should download
151151
doesn't include the Android SDK Tools. There are more detailed instructions on how to download these in the readme file
152152
provided by Google, called `SDK Readme.txt`, which is placed in Android SDK folder.
153153

154+
**Update**: In case you are having newer Android SDK version installed (9 and above), Google has changed the structure of the
155+
Google Play Services folders inside of the root SDK folder. Structure described above is changed and now it looks like this:
156+
157+
![][android_sdk_location_new]
158+
159+
Since now you have possibility to access separate parts of the Google Play Services library and not just the whole library
160+
like before, you can add just the part of the Google Play Services library which adjust SDK needs - the analytics part. Add
161+
the `play-services-analytics` folder to your `Assets/Plugins/Android` folder and Google Play Services needed by the adjust SDK
162+
should be successfully integrated.
163+
154164
### <a id="post-build-process">Post build process
155165

156166
To facilitate the build process, post build process will be performed by the adjust unity package in order to enable the
@@ -778,10 +788,11 @@ use the `chmod` tool in both `Assets/Editor/PostprocessBuildPlayer_AdjustPostBui
778788
[android_sdk_download]: https://developer.android.com/sdk/index.html#Other
779789
[android-custom-receiver]: https://github.com/adjust/android_sdk/blob/master/doc/referrer.md
780790

781-
[menu_android]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/menu_android.png
782-
[adjust_editor]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/adjust_editor.png
783-
[import_package]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/import_package.png
784-
[android_sdk_location]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/android_sdk_download.png
791+
[menu_android]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/menu_android.png
792+
[adjust_editor]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/adjust_editor.png
793+
[import_package]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/import_package.png
794+
[android_sdk_location]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/android_sdk_download.png
795+
[android_sdk_location_new]: https://raw.github.com/adjust/adjust_sdk/master/Resources/unity/v4/android_sdk_download_new.png
785796

786797
## <a id="license">License
787798

0 commit comments

Comments
 (0)