简体   繁体   中英

'Gradle sync failed' on android studio after ejecting from React Native

I created an app with React Native expo (expo init my-project)

However, when I ran npm run eject, there are errors when I open it out on Android Studio.

Gradle sync failed: Java or Kotlin file /Users/rachelchng/Desktop/rn/expo/decisionFatigue/android/app/src/main/java/my-project/MainApplication.java does not include package declaration Consult IDE log for more details (Help | Show Log) (9 s 805 ms)

please advise, thanks!

You can't have - symbol for your package name. Try changing it from my-project into something like myproject or myProject .

You can also try to re-eject your expo project again and set the project name to something like this com.domain.myproject

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM