zmxv / react-native-sound-demo

react-native-sound demo project for iOS and Android
MIT License
99 stars 103 forks source link

Having java 9 fails #15

Open eis opened 6 years ago

eis commented 6 years ago

See https://github.com/facebook/react-native/issues/17688

Workaround:

gradle manifest must be updated to for example

distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-rc-2-all.zip

and build.gradle should have System.properties['com.android.build.gradle.overrideVersionCheck'] = 'true'