You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try $ react-native run-android on android emulator, I get this error:
:app:compileDebugJavaWithJavac
/home/user/app/android/app/src/main/java/com/package/MainApplication.java:8: error: a type with the same simple name is already defined by the single-type-import of RNAWSCognitoPackage
import com.airlabsinc.RNAWSCognitoPackage;
^
1 error
Incremental compilation of 1 classes completed in 0.448 secs.
:app:compileDebugJavaWithJavac FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 10.964 secs
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/getting-started.html
Then I have 2 imports with the same name in my /home/user/app/android/app/src/main/java/com/package/MainApplication.java
May this cause the issue?
Is this the issue with RN?
In my case worked deleted the old react-native-google-signin and instead let the @react-native-google-signin/google-signin in the package.json, then cleaning the Gradle, cleaning metro cache and uninstalling the app from the device.
then I runned npm run android (before check that I add the @ before the node_modules path) and its work.
Environment
Environment:
Packages: (wanted => installed)
Description
When I try
$ react-native run-android
on android emulator, I get this error:Then I have 2 imports with the same name in my
/home/user/app/android/app/src/main/java/com/package/MainApplication.java
May this cause the issue?
Is this the issue with RN?
Steps to Reproduce
// TO DO
Expected Behavior
Running app on android emulator
Actual Behavior
See error above
Question asked
SO: https://stackoverflow.com/questions/50815811/execution-failed-for-task-appcompiledebugjavawithjavac
react-native: facebook/react-native#19656
The text was updated successfully, but these errors were encountered: