

Implementation " should you do to mitigate the fingerprint hacking risk? For each separate APK per architecture, set a unique version code as described here:ĭef versionCodes = ĭef abi = output.getFilter(OutputFile.ABI) ProguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" MinifyEnabled enableProguardInReleaseBuilds UniversalApk false // If true, also generate a universal APK MissingDimensionStrategy "RNN.reactNativeVersion", "reactNative57_5"Įnable enableSeparateBuildPerCPUArchitecture TargetCompatibility JavaVersion.VERSION_1_8 SourceCompatibility JavaVersion.VERSION_1_8 * Run Proguard to shrink the Java bytecode in release builds.ĭef enableProguardInReleaseBuilds = falseĬompileSdkVersion Set up your Android development environment:Įrror Command failed: gradlew.bat app:installDebugĭef enableSeparateBuildPerCPUArchitecture = false Make sure you have an Android emulator running or a device connected and have Run with -scan to get full insights.Ģ3 actionable tasks: 16 executed, 7 up-to-dateĮrror Could not install the app on the device, read the error above for details. Run with -info or -debug option to get more log output. Run with -stacktrace option to get the stack trace. > Could not read path 'D:\react-native\rnn8\android\app\build\generated\not_namespaced_r_class_sources\debug\processDebugResources\r\android\arch\core'. > Task :app:createDebugCompatibleScreenManifests UP-TO-DATEįailed to capture fingerprint of output files for task ':app:processDebugResources' property 'sourceOutputDir' during up-to-date check. > Task :app:generateDebugResValues UP-TO-DATE

> Task :app:bundleDebugJsAndAssets SKIPPED > Task :app:mainApkListPersistenceDebug UP-TO-DATE > Task :react-native-navigation:transformClassesAndResourcesWithPrepareIntermediateJarsForReactNative57_5Debug > Task :react-native-navigation:processReactNative57_5DebugJavaRes NO-SOURCE Note: Recompile with -Xlint:unchecked for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:deprecation for details.
