I’d like to create another app from my main app, for instace ‘app with ad’.
For now i created branch in my repo, change the main source as i wanted and .. what’s now?
If i build the new one it will be named as my ‘main app’..
How to easy deal it?
Please help.
Step #1: Move common business logic into an Android library project.
Step #2: Have each flavor of your app (“main app” and “app with ad”) reference the common code and resources from the Android library project.