At the same time, it integrates Baidu maps, positioning and navigation pits and maps.
The project uses many map functions and integrates the functions of map, positioning, and navigation.
Every single use is smooth, but it may be a problem when used together.
Every time I integrate Baidu map, it will be in http://lbsyun.baidu.com/sdk/download? Selected = mapsdk_basicmap, mapsdk_searchfunction, mapsdk_lbscloudsearch, mapsdk_calculationtool, mapsdk_radar
Custom downloading of Baidu map SDK does not frequently cause packet conflicts.
The problem occurred this time: I used it on a testing machine of version 4.4.4 and everything was normal. If I used it on my mobile phone (version 7.0), an error was reported.
Error:
I found a lot of information on the Internet, took a lot of detours, and finally accidentally read a blog, saying that the targetSdkVersion cannot be greater than 23. The targetSdkVersion of my project is 25.
The targetSdkVersion is changed to 23 and re-run. The error is solved. This world is amazing... Because the blog just gave a glance and didn't leave a website address, I won't post the blog link of that TV station here. Sorry!
The error is solved, but there are other problems...
Because the custom SDK folder contains only the so folder armeabi, the application cannot be installed when I run the application on the simulator (the cpu architecture is faulty ).
At present, I have no good solutions...
If you have a good solution, please let me know. Thank you!