I am continually getting the error default activity not found in android studio. I have updated the
sourceSets {
main.java.srcDirs += 'src/main/<YOUR DIRECTORY>'
} to -
sourceSets {
main.java.srcDirs += 'src/main/home/adarsh/Desktop/Desktop/android-studio/jre'
}
As mentioned here.How to add a linked source folder in Android Studio?
But I am getting the same error again ,please tell me what else needed to done to avoid the error default activity not found in Android studio.