我正在为Android开发一个React Native应用程序,但出现此错误:
这是什么错误?怎么解决呢?
干杯
最佳答案
在里面
android {
compileSdkVersion 26
buildToolsVersion '26.0.3'
defaultConfig {
applicationId "com.chuchas.comm"
...
// place correct redirectScheme~
manifestPlaceholders = [appAuthRedirectScheme: 'com.redirectScheme.comm']
}