Error on run app
See original GitHub issuei get this error when i run the app. I did not get it before 1 day.
> Task :react-native-community_async-storage:compileDebugJavaWithJavac FAILED
Deprecated 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.2/userguide/command_line_interface.html#sec:command_line_warnings
12 actionable tasks: 2 executed, 10 up-to-date
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-community_async-storage:compileDebugJavaWithJavac'.
> Could not find tools.jar. Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:17
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Top 10 Solutions to Fix This App Can't Run on Your PC in Win ...
Safe Fix Cannot Run App in Windows 10 · Solution 1: Download and Install the Right Version of Programs · Solution 2: Update...
Read more >Xcode error by running app on real… | Apple Developer Forums
My app is running perfectly in the simulator (Xcode Beta and iOS 9), but when I try to run it on my real...
Read more >How to fix this app can't run on your PC error
Methods to fix “This app can't run on your PC” error: · Method 1: Make a copy of the .exe files you are...
Read more >shiny - Error when running an app using the runApp('App.R')
I have a problem running my Shiny App using the runApp() button in R. I recieve the error message: Error in ..stacktraceon..({ :...
Read more >Fix: This app cant run on your PC error on Windows - YouTube
How to fix This app can't run on your PC error message on Windows 10? You may have probably received this message pop...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
On MacOSX bigsur, for me the problem was really that I had 2 JDK’s installed:
React Native needs the adoptopenjdk version, so I added my ~/.bash_profile the adoptopenjdk path as the JAVA_HOME environment variable:
@andrewdazs see this stack overflow for an explanation