git@github.com:yourname/apps-android-commons.git
File
> New
> Project from Version Control...
> Git
Get from Version Control
> Git
OK
.You can build the beta
and prod
flavor of the app for debug
build type using the Android Studio. Read up more about flavors and build types here. Several features are not usable with the beta
flavor. The only advantage of the beta flavor is that you can do test modifications and upload test pictures without getting banned. Please do not upload any copyrighted picture though, you would get banned even on the beta environment.
You can either directly invoke the following commands using your terminal or you can edit configurations in android studio and add these configs.
To build the beta
debug
variant use:
:app:installBetaDebug
To build the prod
debug
variant use:
:app:installProdDebug
Note:
release
variant for both beta
and prod
but you would need to use your own signing keys for it. Read up more about signing keys here. Building and testing release
variant might be required when you are debugging an issue that is happening just on release
builds and not on debug
builds. Most likely it should be a proguard issue.Cannot run program "git" (in directory "<project path>"): CreateProcess error=2, The system cannot find the file specified
Did you run into other problems? Please add any issue which is not captured here along with its fix. If you don’t have edit permissions, submit a new issue.