I am trying to build an android app from command line after installing the platform tools. but I am getting the following error
SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project's local properties file
IS the IDE necessary to build the app,or can we build it from the command line iteself?