java - Android studio project is messed up due to moving files around -
i tried create new packages organize java folder moved them out of new package. having issues.
mainactivity
not being recognized in androidmanifest.xml
the files green colored?
how can restore files working condition, suggestions?
try doing gradle sync in tools>android.
otherwise, copy activities before moved them. move them using refactor menu (right-click on java class, go refactor submenu , hit move).
Comments
Post a Comment