Android installation issues

前端 未结 8 1563
感动是毒
感动是毒 2020-12-15 07:18

I have been trying to set up my android to begin my development lessons all day without success. I have installed the Java JDK kit and I\'m trying to install th

8条回答
  •  遥遥无期
    2020-12-15 07:47

    To install Android and work with Android Studio on your first app, here are the step by step instructions:

    • Step 1: Download Android Studio
    • Step 2: Install Android Studio Step
    • Step 3: Start a new project
    • Step 4: Create new AVD
    • Step 5: Open AVD Manager
    • Step 6: Launch Emulator
    • Step 7: Run Project

    Whereas while installing Android, you need to also set Environment variables.

    To set Environment Variables, the same steps are followed while installing Java to set JDK.

    Go to Control Panel > System > Advanced System Settings > Advanced tab > Environment Variables.

    Under System Variable, click Path, then New and add the JDK path.

提交回复
热议问题