I have one project in android studio,
I have first exported project from eclipse to android studio.
After that
I have changed its package name in AndroidMenifest.xml,
rename directories from Android Studio,
Changes Package name in all my class files
,
also changed position of R.java
file
And gen
folder like old was com.oldpath.path1
to com.newpath.path2
.
Also reflect same in R.java file and BuildConfig.java file.
Now getting Error as follow..
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.oldpath.path1/com.newpath.path2.main.SplashScreen }
Error type 3
Error: Activity class {com.oldpath.path1/com.newpath.path2.main.SplashScreen} does not exist.
Please help me I am stuck in my project..