-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android build crashing because of "Task :react-native-svg:compileDebugJavaWithJavac FAILED" #1723
Comments
Same mistake, did you find a solution? |
Facing same issue any updates regarding the solution? |
Same here... |
same here |
I upgraded my Project's react native version as follows:-
It working for me now. No more app crashes after installation. |
Is this still an issue? I feel like I may be having it with. "react-native-svg": "^13.0.0", Being brave |
ye, it is an issue, having the same on "react-native-svg": "^13.1.0". any progress? |
same here....any solution? |
have found any solution on this? |
I copied the error's message and found this thread: https://stackoverflow.com/questions/64968851/could-not-find-tools-jar-please-check-that-library-internet-plug-ins-javaapple. It looks like not an issue connected to the library itself, but rather a problem with configuration. I'll close this issue then. Feel free to comment here if something is wrong and we can always reopen it then. Also, it would be best to have a simple reproduction of the issue if it still exists. |
The article above helped me to fix this issue, because a forgot to update my JAVA_HOME variable in my My |
Unfortunatly, this was not enough for me. Since I use the |
After exploring numerous solutions, I finally resolved the error by running the command: npm install react-native-svg@latest |
Bug
Android build crashing because of "Task :react-native-svg:compileDebugJavaWithJavac FAILED"
Stack trace
Environment info
The text was updated successfully, but these errors were encountered: