# Setting up android development environment# Download the installer from the official site and installhttps://developer.android.com/studio/
# Create new projectFile->New->NewProject
# Configure the project-Addname
-SelectJavafromtheLanguagedrop-downmenu
# Setup phone-ConnectUSBcabletothephone
-Enabledevelopermode
--Settings->System->Aboutphone->TapBuildnumber7times-EnableUSBdebugging
--Settings->System->Developeroptions->USBdebugging
# Run hello world on the phone-Run->Selectdevice->YOUR_PHONE
-Ifthephoneisnotshowingup:
--Re-attachcabletothephoneandmakesuretoenableUSBdebugging
--Run->Selectdevice->OpenAVDmanager->Rescan
--ClickRun