react-native-unity icon indicating copy to clipboard operation
react-native-unity copied to clipboard

Installed Build Tools revision 33.0.0 is corrupted

Open daniel-keen opened this issue 2 years ago • 0 comments

Unity version: 2019.1.19f1 Minimum API Level: Android 5.0 (API level 21)

  1. Export build from Unity into the "example/unity/builds/android" folder
  2. init project with either yarn or npm (I am using yarn)
  3. Error: > Installed Build Tools revision 33.0.0 is corrupted. Remove and install again using the SDK Manager.

p.s. Bonus steps!

  • When I change all of the buildToolsVersion from 33.0.0 (which was set by default) to 30.0.3 then I get the following error: > Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.

Would appreciate any help.

daniel-keen avatar Jul 11 '22 19:07 daniel-keen