Android+gps Trajectory tracker-------The first step today: Get key
Use the Gao de map to view the official api:http://lbs.amap.com/
Using Android Studio for the development platform (I also tangled Qt, but as a rookie see Android there are a lot of official examples, I instantly have no temper)
Step: Http://lbs.amap.com/api/android-sdk/guide/create-project/get-key
1. Enter the console to create a new application (must have an account)
2. Click on the "Add new Key" button on the created app
2.1, fill in the key name, binding service platform
2.2, fill out the release version of the Security Code SHA1 (Debug version SHA1 and the release version of the different)
2.2.1, previously created KeyStore:
The first step is to open the Terminal tool for Android Studio.
The second step, enter the command: keytool-v-list-keystore keystore file path.
The third step, enter the Keystore password, finally under the certificate fingerprint there is a need for SHA1
2.2.2, KeyStore not previously created:
First step: Open the top bar of Android studio Build-->generate signed APK
Step Two: Click Create New ...
The third step: Choose the path you want to store the key, the password, and the following authentication book
Fourth step: Three steps to execute 2.2.1
2.3. Fill in the package name
View the package value for the Androidmanifest.xml file.
Android+gps Track Tracker (i)