Thursday 10 March 2016

Android coding guidelines

Ever confused about the naming conventions to be followed in android?? Ever wondered about the guidelines to be followed while doing an android project??

Well,then have a look at this

https://github.com/ribot/android-guidelines/blob/master/project_and_code_guidelines.md

Happy Coding,
-Rajeev

Resolve "set ANDROID_DAILY_OVERRIDE environment variable" error

Ever come across "set ANDROID_DAILY_OVERRIDE environment variable" error while building
your android project in studio??

This is how it can be solved:

1.In your terminal, run this
      launchctl setenv ANDROID_DAILY_OVERRIDE <your-value-on-error-message>

   <your-value-on-error-messag> is the value that you get in the error message

2.Restart Android studio