I cloned the sms-backup-plus repository. This is the repository folder structure by eclipse.
But the package name in the project is com.zegoggles.smssync;
. So i got error declared package does not match the expected package
. How i avoid main/java append in package name.
PS: Android studio works correctly
Update: Production code on main/java/com/zegoggles/smssync and test code on test/java/com/zegoggles/smssync. So i can't rename package name in source files.