S
Size: a a a
P
P
<key>NSPhotoLibraryUsageDescription</key>
<string>$(PRODUCT_NAME) would like access to your photo gallery</string>
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) would like to use your camera</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>$(PRODUCT_NAME) would like to save photos to your photo gallery</string>
<key>NSMicrophoneUsageDescription</key>
<string>$(PRODUCT_NAME) would like to use your microphone (for videos)</string>
P
HB
P
P
HB
GW
ДА
D
Е
Е
ДЛ
К
AM
K
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-serialport:mergeExtDexDebugAndroidTest'.
> Could not resolve all files for configuration ':react-native-serialport:debugAndroidTestRuntimeClasspath'.
> Failed to transform file 'usbserial-6.0.5-release.aar' to match attributes {artifactType=android-dex, dexing-is-debuggable=true, dexing-min-sdk=16}
> Execution failed for DexingTransform: /Users/kirill/.gradle/caches/transforms-2/files-2.1/a50c7c93ccfaadacd8cbaba68d73524c/jars/classes.jar.
> Error while dexing.
The dependency contains Java 8 bytecode. Please enable desugaring by adding the following to build.gradle
android {
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
}
K
compileOptions {
sourceCompatibility JavaVersion.
VERSION_1_8 targetCompatibility JavaVersion.
VERSION_1_8}
AM
ДЛ