[Solved] Build failed after update GPS

Hi.

after update Google Play Services to version 29
and update sdkbox to version 1.0.0.2 and used plugins to 2.0.3.4
cocos2dx 3.9
i have build error:

-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files…
[aidl] No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files…
[echo] ----------
[echo] Handling Resources…
[aapt] Generating resource IDs…
[aapt] /Volumes/work/opt/android-sdk-macosx/extras/google/google_play_services/libproject/google-play-services_lib/res/values-v21/appinvite_styles.xml:5: error: Error retrieving parent for item: No resource found that matches the given name ‘@android:style/Theme.Material.Light.DialogWhenLarge.NoActionBar’.
[aapt]

need help, thank you.

i have the same problem with cocos helper when I was updating some plugins. If I’m not wrong you should set the android target to android 21 +.

thanks for reply, can you tell me where i need to do that?

Try adding this target=android-23 into
android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\project.properties

@smitpatel88
thank you, it works!