Baidu map API prompts "230 error APP Scode Verification Failed", apiscode
I played Baidu map on Android Studio in the last two days and encountered a common "230 error APP Scode Verification Failed". Next I will introduce the specific solution.
1. Deploy Baidu MAP standards on andriodstudio. decompress the downloaded SDK and switch it to the Project view. Copy the following three files to the libs file.
Compile files ('libs/BaiduLBS_Android.jar ').
3. Go to the Baidu developer page to apply for an AK. (For detailed steps, see the official documentation ).
4. The SHA1 code for applying for an AK is as follows:
5. When you write the program to run the App, The Logcat output information is as follows:
Sha1 is totally different from sha1 when I apply for an AK. all maps only display square grids without map loading. the system prompts "230 error APP Scode Verification Failed ". go to the API console to modify the SHA1 and Logcat correspondence. The map is loaded successfully.
Demo address: BaiduMapTest.