flappy-svg
flappy-svg copied to clipboard
FlappySVG_Custom: Help me to automate build
@niccokunzmann suggest me that I should automate the build of my app (android FlappySVG). But I don't know much about automatic builds. It would be great if all mentors here helped me to do that! The app was developed in Android Studio and used Gradle for building executable(s) (apks).
We would need to use the gradle command line, then, to build the app. If we are able to build the app just by using the command line, we are able to build the app automatically.
This suggests that one only needs to run gradle dist
and the app gets compiled.
Thanks for the link! Downloading gradle and will try it after that (could not find it in android SDK dir)
@yvars updates want more help?
I completely forgot about this :P. Sure @Abhi2424shek. I still haven't figured out how to make automatic builds yet. I was focusing on other Code In tasks. It would be great if you could help me.
Use the cmd line to build it using grade, google for it @yvars if you can't figure it yet pls ping me on slack.
@yvars updates pls...