Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 29532

SecurityException during app:installDebug Task while attempting to run react-native app on MI MAX 2 android device

$
0
0

Running npx react-native run-android is working on the android emulator, and also on a Samsung device I have. But when connecting a MI MAX 2 device, I get the following:

> Task :app:installDebugInstalling APK 'app-debug.apk' on 'MI MAX 2 - 7.1.1' for app:debug> Task :app:installDebug FAILEDDeprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.Use '--warning-mode all' to show the individual deprecation warnings.See https://docs.gradle.org/6.5/userguide/command_line_interface.html#sec:command_line_warnings847 actionable tasks: 2 executed, 845 up-to-dateUnable to install /Users/[....]/android/app/build/outputs/apk/debug/app-debug.apkcom.android.ddmlib.InstallException: Unknown failure: Error: java.lang.SecurityException: You need the android.permission.INSTALL_GRANT_RUNTIME_PERMISSIONS permission to use the PackageManager.INSTALL_GRANT_RUNTIME_PERMISSIONS flag        at com.android.ddmlib.internal.DeviceImpl.installRemotePackage(DeviceImpl.java:1224)        at com.android.ddmlib.internal.DeviceImpl.installPackage(DeviceImpl.java:1050)        at com.android.ddmlib.internal.DeviceImpl.installPackage(DeviceImpl.java:1026)        at com.android.ddmlib.internal.DeviceImpl.installPackage(DeviceImpl.java:1015)        at ... etc, etc, etcFAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':app:installDebug'.> java.util.concurrent.ExecutionException: com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: Unknown failure: Error: java.lang.SecurityException: You need the android.permission.INSTALL_GRANT_RUNTIME_PERMISSIONS permission to use the PackageManager.INSTALL_GRANT_RUNTIME_PERMISSIONS flag* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.orgBUILD FAILED in 30serror Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=4105Unable to install /Users/[....]/android/app/build/outputs/apk/debug/app-debug.apk

Note: I tried adding the following to my AndroidManifest.xml but it didn't appear to make a difference:

<uses-permission android:name="android.permission.INSTALL_GRANT_RUNTIME_PERMISSIONS"/>

Any ideas?


Viewing all articles
Browse latest Browse all 29532

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>