I want to create Multiple Apks with same project and same package.
Because i have to install multiple apks in single device with same package, for managing multiple clients.
Google says "you probably need to create separate Android projects for each APK you intend to publish so that you can appropriately develop them separately. But in this way very difficult to manage multiple source codes.
Is there any other way to create Multiple Apks with same project and same package ?