#react-native
Вопрос:
buildscript {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
supportLibVersion = "28.0.0"
googlePlayServicesAuthVersion = "17.0.0"
}
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath('com.android.tools.build:gradle:3.6.1')
classpath 'com.google.gms:google-services:4.3.10'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
это мое собственное приложение react.когда я использовал версию 29, ее работа для меня(я использую эмулятор readme note 9 pro )и устройство реального времени работают. но после увеличения до 30 я могу видеть в эмуляторе, но не могу установить устройство в режиме реального времени, почему это происходит?