PhoneGap中文网

 找回密码
 立即注册
查看: 11832|回复: 4
打印 上一主题 下一主题

ionic 打包时报错,请问该怎么解决?

[复制链接]

9

主题

17

帖子

90

积分

注册会员

Rank: 2

积分
90
跳转到指定楼层
楼主
发表于 2016-2-29 18:02:06 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:29: ����: �Ҳ�������
                HttpClient httpClient = new DefaultHttpClient();
                ^
  ����:   �� HttpClient
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:29: ����: �Ҳ�������
                HttpClient httpClient = new DefaultHttpClient();
                                            ^
  ����:   �� DefaultHttpClient
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:30: ����: �Ҳ�������
        HttpPost httpPost = new HttpPost(url);
        ^
  ����:   �� HttpPost
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:30: ����: �Ҳ�������
        HttpPost httpPost = new HttpPost(url);
                                ^
  ����:   �� HttpPost
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:31: ����: �Ҳ�������
        List<NameValuePair> nameValuePair = new ArrayList<NameValuePair>(orderInfoArgs.length());
             ^
  ����:   �� NameValuePair
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:31: ����: �Ҳ�������
        List<NameValuePair> nameValuePair = new ArrayList<NameValuePair>(orderInfoArgs.length());
                                                          ^
  ����:   �� NameValuePair
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:36: ����: �Ҳ�������
                                nameValuePair.add(new BasicNameValuePair(key, value));
                                                      ^
  ����:   �� BasicNameValuePair
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:41: ����: �Ҳ�������
        HttpResponse response;
        ^
  ����:   �� HttpResponse
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:43: ����: �Ҳ�������
                        httpPost.setEntity(new UrlEncodedFormEntity(nameValuePair));
                                               ^
  ����:   �� UrlEncodedFormEntity
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:48: ����: �Ҳ�������
                } catch (ClientProtocolException e) {
                         ^
  ����:   �� ClientProtocolException
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:58: ����: �Ҳ�������
            HttpEntity entity = null;
            ^
  ����:   �� HttpEntity
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:62: ����: �Ҳ�������
            } catch (ParseException e) {
                     ^
  ����:   �� ParseException
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:97: ����: �Ҳ�������
                charset = HTTP.DEFAULT_CONTENT_CHARSET;
                          ^
  ����:   ���� HTTP
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:137: ����: �Ҳ�������
                HeaderElement values[] = entity.getContentType().getElements();
                ^
  ����:   �� HeaderElement
  λ��: �� HttpUtils
F:\jygxsApp\platforms\android\src\com\santinowu\cordova\unionpay\HttpUtils.java:141: ����: �Ҳ�������
                    NameValuePair param = values[0].getParameterByName("charset");
                    ^
  ����:   �� NameValuePair
  λ��: �� HttpUtils
ע: F:\jygxsApp\platforms\android\src\org\apache\cordova\splashscreen\SplashScreen.javaʹ�û�����ѹ�ʱ�� API��
ע: �й���ϸ��Ϣ, ��ʹ�� -Xlint:deprecation ���±��롣
40 ������

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
ERROR building one of the platforms: Error code 1 for command: cmd with args: /s,/c,"F:\jygxsApp\platforms\android\gradlew cdvBuildDebug -b F:\jygxsApp\platforms\android\build.gradle -Dorg.gradle.daemon=true -Pandroid.useDeprecatedNdk=true"
You may not have the required environment or OS to build this project
Error: Error code 1 for command: cmd with args: /s,/c,"F:\jygxsApp\platforms\android\gradlew cdvBuildDebug -b F:\jygxsApp\platforms\android\build.gradle -Dorg.gradle.daemon=true -Pandroid.useDeprecatedNdk=true"
回复

使用道具 举报

11

主题

529

帖子

1418

积分

金牌会员

Rank: 6Rank: 6

积分
1418
沙发
发表于 2016-2-29 21:28:35 | 只看该作者
看不出什么错误,你运行什么出现的这个错误
回复 支持 反对

使用道具 举报

9

主题

17

帖子

90

积分

注册会员

Rank: 2

积分
90
板凳
 楼主| 发表于 2016-3-1 08:26:18 | 只看该作者
ionicwang 发表于 2016-2-29 21:28
看不出什么错误,你运行什么出现的这个错误

打包的时候:ionic build android  或者cordova build 都出现这个错
回复 支持 反对

使用道具 举报

493

主题

2035

帖子

6894

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
6894
地板
发表于 2016-3-1 10:54:14 | 只看该作者
只提供这个错误也看不出什么,在群里截图问问

有可能环境搭建有问题 也有可能网络问题
回复 支持 反对

使用道具 举报

9

主题

17

帖子

90

积分

注册会员

Rank: 2

积分
90
5#
 楼主| 发表于 2016-3-1 11:17:20 | 只看该作者
admin 发表于 2016-3-1 10:54
只提供这个错误也看不出什么,在群里截图问问

有可能环境搭建有问题 也有可能网络问题 ...

环境搭建没有问题吧,我是按照网上步骤执行的,中间没有报什么错误,网络也没有问题啊
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

ionic4视频教程

Archiver|手机版|小黑屋| PhoneGap中文网 ( 京ICP备13027796号-1 )  

GMT+8, 2024-12-25 00:25 , Processed in 0.073497 second(s), 27 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表