Hacker News new | past | comments | ask | show | jobs | submit login
Build an Android app from a to Z without opening AndroidStudio even once (stackoverflow.com)
15 points by josephernest on April 21, 2018 | hide | past | favorite | 4 comments



That's cool, too much reliance on an IDE magic sometimes backfires. I will still use AS for 99% of the time, but will copy this instructions as a dev.backup if you will.


How do people generally do "2. Can you make a build in one step?" (https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-s...) with Android Studio? Is there something I missed in AS to automate builds? (I never enjoyed gradle, etc.)


Android Studio delegates all the actual building to Gradle, so you can always just run `gradle assemble` from the terminal to do the same thing.


The major thing I don't like with this current system is that each time you want to modify an option, the docs always say "Go in Menu XYZ, Submenu ABC, etc. and uncheck this checkbox".

=> At the end, you always have to open the IDE again and again...

Everything is hidden by this IDE, and you end up never knowing where (in which config files) the changes are done.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: