apk - Android How to have two different version of my application -
i'd know if there way have 2 version of our application on same device.
the purpose have 1 using our production api use while having 1 deploy inside our team using our test api without having uninstall production one?
we deploying production through playstore , moment using crashlytics deploy in intern. if keep using tools great.
if have idea?
regards,
you can use build variant in android studio. go project architecture , add flavor , set diifrent value according need
http://tools.android.com/tech-docs/new-build-system/user-guide https://developer.android.com/studio/build/build-variants.html
Comments
Post a Comment