0. [WP Developer experience Andriod Development] install and configure Android Studio from scratch and write the first Android App, andriodandroid
0. required installation files
I have been working on WP for a few years. Recently I am a little interested in Android. I will try Android development. I will go to the topic and install the development environment first. My system environment is Windows 8.1 & x64.
The following preparations are required for installing Android Studio:2 files:
1. Install JDK 8 and configure JAVA-HOME
As we all know, the development language required for Android development is Java. The first step is to install JDK first.
The installation steps are relatively simple. You just need to go to the next step, so no texture will be shown here.
After installation, configureSystem Environment Variable JAVA_HOME (note that it is a system variable instead of a user variable). As follows:
2. Install Android Studio
The installation steps are relatively simple. Just go to the next step, and there will be no textures here (Do not start Android Studio at the end of the last step.), Change the following configuration file and then start.
Then start Android Studio.
3. Create the first App project-FirstAndroidApp3.1.
3.2 set text content and font size
3.3 set the mobile phone to enable developer debugging
Connect your phone to your computer via USB, and then set"Start Adb debugging in developer mode".
3.4 deploy on mobile phones
Click the start button to deploy it on your mobile phone, for example:
3.5 The real machine running interface is as follows:
3.6 close!