unimodules-react-native-adapter:compileDebugJavaWithJavac FAILED
See original GitHub issueSummary
Managed or bare workflow? If you have ios/
or android/
directories in your project, the answer is bare!
bare
What platform(s) does this occur on?
Android
SDK Version (managed workflow only)
No response
Environment
Expo CLI 4.5.2 environment info: System: OS: Windows 10 10.0.19043 Binaries: Node: 14.17.0 - C:\Program Files\nodejs\node.EXE npm: 6.14.13 - C:\Program Files\nodejs\npm.CMD IDEs: Android Studio: Version 4.2.0.0 AI-202.7660.26.42.7351085 npmPackages: expo: ^41.0.0 => 41.0.0 react: 16.13.1 => 16.13.1 react-dom: 16.13.1 => 16.13.1 react-native: ~0.63.4 => 0.63.4 react-native-web: ~0.13.12 => 0.13.18 Expo Workflow: bare
Reproducible demo or steps to reproduce from a blank project
I was working on ubuntu before, I changed switched to windows and ran :
npm i
npm run android
Issue Analytics
- State:
- Created 2 years ago
- Reactions:8
- Comments:33 (11 by maintainers)
Top Results From Across the Web
Bug #1992491 “wg-quick fails with: Failed to resolve interface ...
After I upgraded to Ubuntu 22.10 today, wg-quick started to fail with the abovementioned message when I try to run it as I...
Read more >(Resolved) App Container Profile Failed With Error ... - YouTube
This video will show you how to fix "App Container profile failed with error 0x800700B7 because it was unable to register the AppContainer ......
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
+1 After updating to Expo SDK 42
@wbroek - something changes about the semantics when you run
./gradlew clean assembleRelease
vs invoking the commands in two separate calls:this works as expected. do you happen to have any idea what the difference is between these approaches? we run the module list generation prior to gradle preBuild: https://github.com/expo/expo/blob/a3f3a9a724bfef6c351dc378258649b3769aaee7/packages/%40unimodules/react-native-adapter/android/build.gradle#L59