To develop a project, of course, the environment must be built first.
We're using Eclipse+adt here.
Download the software required for the development environment
1> JDK1.7
: Baidu Cloud Point I
Official address: Please click on my
2> Eclipse4.4 Luna
: Baidu Cloud Point I
Official address: Please click on my
3> Android SDK Manager 24.0.2
: Baidu Cloud Point Me (Special note: My Baidu cloud already contains the 4.0.3 and 2.1 SDK)
Website address: Please click on my direct download
4> ADT 24.0.2
: Baidu Cloud Point I
Website address: Please click on my direct download
5> Genymotion2.4.0
Genymotion needs VirtualBox support.
Here we use the VirtualBox4.1.20 version of the
Download together: Please click on my
Build the development environment
Waiting to be updated .....
Create a project program
Program Name |
ReciteWordV00 |
Main program |
Welcomeactivity |
Layout file |
Welcome.xml Multiple underline splits. For example, Create_plan |
General Settings
1> Add Action SDcard the Permissions
Because you need to manipulate sdcard in your project, you need to add the following permissions in Androidmanifest.xml:
<uses-permission android:name= "Android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/><uses-permission android: Name= "Android.permission.WRITE_EXTERNAL_STORAGE"/><uses-permission android:name= "Android.permission.WRITE _settings "/>
2> Program full screen settings
Add the following attributes to the Androidmanifest.xml application tag:
Android:theme= "@android: Style/theme.notitlebar.fullscreen"
Android Project Combat-recite the word dev00-program Environment structure construction