在Android studio下面开发百度地图
出现java.lang.IllegalStateException: no found the liblocSDK4d.so file, please correct settings
需要把百度提供的.so文件放进项目中
所放位置在 main目录下新建jniLibs,在jniLibs下新建armeabi,然后再把所以的.so文件放在下面
在Android studio下面开发百度地图
出现java.lang.IllegalStateException: no found the liblocSDK4d.so file, please correct settings
需要把百度提供的.so文件放进项目中
所放位置在 main目录下新建jniLibs,在jniLibs下新建armeabi,然后再把所以的.so文件放在下面