I want to change the path of android:name=".MainActivity" to "settings.MainActivity"

24 views Asked by At

AndroidManifest.xml I want to change the path of android:name=".MainActivity" to "settings.MainActivity"

android:name=".MainActivity"to settings.MainActivity

I created a "settings" folder inside the "src" file and moved the "MainActivity.java" file inside the "settings" file. There is an error. setContentView(R.layout.activity_main) R cannot be resolved to a variable

0

There are 0 answers