I`m thinking of making my first mobile application and I dont know where to start. so how do I starting building my mobile application?
Building my first mobile application
83 Views Asked by N.L. Dam At
2
There are 2 best solutions below
0
On
- First download android studio from this link
also download jdk from this link according to your machine specification and - operating system
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
install android studio according to instructions (it may take time as you need to download sdk etc)
make sure jdk path has been set correctly in environment variables launch android studio and make new project (file>new>New Project now when gradle built is finished and no process is running)
- go to tools>android>avd manager
- create virtual device (choose one with low resolution)
- now download the latest android version (click next) select portrait click - - finish and close the window
- now click on run>run app (enable VTx in system bios if not enable)
- your hello world app will be launched emulator
- now come back to stack overflow mark this answer as correct
- Important- now do as @Dwhitz told you and google such things before asking on stackoverflow
Good places to start is Getting Started and Introduction to Corona.