Android Studio构建报错【Could not find com.android.support:appcompat-v7:${supportVersion}.】

我的报错是第三方依赖react-native-audio在构建时报的,报找不着com.android.support:appcompat-v7依赖

问题原因

Could not find com.android.support:appcompat-v7:${supportVersion}. · Issue #332 · jsierles/react-native-audio · GitHub

Android Studio构建报错【Could not find com.android.support:appcompat-v7:${supportVersion}.】_第1张图片

依赖中有${}时,不能用单引号,必须用双引号

解决办法

使用patch-package进行打补丁,具体如何使用参考

【使用patch-package修改Node.js依赖包内容_ghosind的博客-CSDN博客_patch-package】

你可能感兴趣的:(android,react,android)