react-native-unity
react-native-unity copied to clipboard
Installed Build Tools revision 33.0.0 is corrupted
Unity version: 2019.1.19f1 Minimum API Level: Android 5.0 (API level 21)
- Export build from Unity into the "example/unity/builds/android" folder
- init project with either yarn or npm (I am using yarn)
- 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:exportedwhen 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.