|
添加定位插件打包报错 require("cordova!cordova-plugin-geolocation");
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:160: 错误: 找不到符号
LocationManager myLocationManager = (LocationManager) cordova.getActivity().getSystemService(Context.LOCATION_SERVICE);
^
符号: 类 LocationManager
位置: 类 BaiduLocation
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:160: 错误: 找不到符号
LocationManager myLocationManager = (LocationManager) cordova.getActivity().getSystemService(Context.LOCATION_SERVICE);
^
符号: 类 LocationManager
位置: 类 BaiduLocation
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:160: 错误: 找不到符号
LocationManager myLocationManager = (LocationManager) cordova.getActivity().getSystemService(Context.LOCATION_SERVICE);
^
符号: 变量 Context
位置: 类 BaiduLocation
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:161: 错误: 找不到符号
if(myLocationManager.isProviderEnabled(LocationManager.GPS_PROVIDER)){
^
符号: 变量 LocationManager
位置: 类 BaiduLocation
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:167: 错误: 程序包Settings不存在
int state = Settings.Secure.getInt(cordova.getActivity().getContentResolver(), Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
^
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:167: 错误: 程序包Settings不存在
int state = Settings.Secure.getInt(cordova.getActivity().getContentResolver(), Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
^
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:167: 错误: 程序包Settings不存在
int state = Settings.Secure.getInt(cordova.getActivity().getContentResolver(), Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
^
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:168: 错误: 程序包Settings不存在
if (state == Settings.Secure.LOCATION_MODE_OFF) {
^
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:177: 错误: 找不到符号
Intent intent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
^
符号: 类 Intent
位置: 类 BaiduLocation
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:177: 错误: 找不到符号
Intent intent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
^
符号: 类 Intent
位置: 类 BaiduLocation
E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\src\com\justep\cordova\plugin\baidulocation\BaiduLocation.java:177: 错误: 找不到符号
Intent intent = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
^
符号: 变量 Settings
位置: 类 BaiduLocation
注: 某些输入文件使用或覆盖了已过时的 API。
注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
注: 某些输入文件使用了未经检查或不安全的操作。
注: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
11 个错误
Error code 1 for command: cmd with args: /s /c "E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\gradlew cdvBuildDebug -b E:\www\Appsoft\WeX5_V3.7_java\model\Native\fruit\build\src\platforms\android\build.gradle -Dorg.gradle.daemon=true --offline"
Error: cmd: Command failed with exit code 1
****ERROR****: 子任务 "exec" 执行失败。
****ERROR****: 任务 "buildAndroid" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: exec returned: 1
****ERROR****: 如不能确定具体问题,可参考常见问题: http://bbs.wex5.com/thread-82002-1-1.html
****ERROR****: 子任务 "java" 执行失败。
****ERROR****: 任务 "pack" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: Java returned: -3
****ERROR****: 如不能确定具体问题,可参考常见问题: http://bbs.wex5.com/thread-82002-1-1.html
|
|