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?

enter image description here

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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -