Skip to content
GitHubRSS

Android Development - Part 1

  • installing java jdk from the link
  • set java path like this
  • installing android studio from the link
  • first time run as administrator
  • configure > sdk manager > install any new updates
  • test your program
  • start new project
  • select any activity to start, activity is like screen on your app
  • the name of the activity is important if i want to use it later, it should have a name
  • fixing emulator problem by using run on device feature
  • from the left menu choose project instead of android, so it will show every folder there
  • there is a folder caller app it contain all files in the application