@@ -151,6 +151,16 @@ If you are not using any tool which has Android SDK Manager, you should download
151
151
doesn't include the Android SDK Tools. There are more detailed instructions on how to download these in the readme file
152
152
provided by Google, called ` SDK Readme.txt ` , which is placed in Android SDK folder.
153
153
154
+ ** Update** : In case you are having newer Android SDK version installed, Google has changed the structure of the Google Play
155
+ 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 basement part. Add
161
+ the ` play-services-basement-x.y.z.aar ` file to your ` Assets/Plugins/Android ` folder and Google Play Services needed by the
162
+ adjust SDK should be successfully integrated.
163
+
154
164
### <a id =" post-build-process " >Post build process
155
165
156
166
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
778
788
[ android_sdk_download ] : https://developer.android.com/sdk/index.html#Other
779
789
[ android-custom-receiver ] : https://github.com/adjust/android_sdk/blob/master/doc/referrer.md
780
790
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
785
796
786
797
## <a id =" license " >License
787
798
0 commit comments