P5music
P5music

Reputation: 3337

Android Studio: is it possible to compile a project with multiple package names

Is it possible to have a project in Android Studio with the possibility of changing the package name for the app easily, so I can compile it with a package name or with the other (or both at the same time) according to my needs?

Upvotes: 1

Views: 1169

Answers (1)

Code-Apprentice
Code-Apprentice

Reputation: 83557

You can use Build Variants to facilitate this easily.

Upvotes: 1

Related Questions