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
/android/app/build/generated/autolinking/src/main/java/com/facebook/react/PackageList.java:70: error: duplicate class: com.facebook.react.PackageList public class PackageList {
#285
Open
SrinjoyBarman opened this issue
Aug 17, 2024
· 6 comments
/android/app/build/generated/autolinking/src/main/java/com/facebook/react/PackageList.java:70: error: duplicate class: com.facebook.react.PackageList
public class PackageList { ^
1 error FAILURE: Build failed with an exception. * What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
The text was updated successfully, but these errors were encountered:
It seems I'm facing a similar issue. I'm unsure why this file is being generated after deletion and why it's necessary to run the app. Additionally, I've noticed that in some React Native projects, this file isn't even present.
/android/app/build/generated/autolinking/src/main/java/com/facebook/react/PackageList.java:70: error: duplicate class: com.facebook.react.PackageList
public class PackageList { ^
1 error FAILURE: Build failed with an exception. * What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
The text was updated successfully, but these errors were encountered: