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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -