Open pothos-dev opened 5 years ago
I am having the same issue
Thanks @bearbytes ;-). I have same problem with the version "react-native-audio": "^4.3.0.
Same here with version "react-native-audio": "^4.3.0.
same issue, resolved? @bearbytes
No hope
same issue, resolved? @bearbytes
as mentioned, replacing single quotes by double quotes in build.gradle (node_modules\react-native-audio\android)
Version
Tell us which versions you are using ( you can see the versions in your package.json ):
react-native-audio : 4.3.0 gradle-wrapper: 4.10.1 gradle: 3.3.0
Expected behaviour :
./gradlew app:build
correctly builds the Android native code.Actual behaviour
The culprit here seems to be the usage of single quotes in build.gradle, which will not substitute the variable
${supportVersion}
. After converting the quotes to double quotes, the library compiles.