起步软件技术论坛
搜索
 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 215729|回复: 467

[分享] App打包常见报错

  [复制链接]

3

主题

26

帖子

62

积分

内部用户

积分
62
发表于 2015-11-30 15:10:51 | 显示全部楼层 |阅读模式
本帖最后由 liangshaohua 于 2015-12-28 15:43 编辑

APP打包执行过程中,如未成功生成APP包,会在执行窗口出现如下图的报错信息,需要从最底端往上查看错误信息。

     1、如果是使用打包代理服务打iOS App包,则需查看“代理服务日志”。

     2、如果是打Android App包,则只查看“日志”。

     3、如果是MAC版,则不区分“日志”和“代理服务日志”,直接查看当前执行窗口的报错信息即可。
     4、查看时重点关注出现【BUILD FAILED】【security】【ERROR】字样前后的相关信息。

      31.jpg

您可先对照下面的【报错信息关键词索引】和【常见报错详解】定位错误原因,如没有匹配的错误内容,请粘贴报错日志,在论坛中发贴进行咨询!

  • 如果是打Android App包,直接粘贴上图“日志”中的信息到贴子中,一定要把日志内容粘贴完整。
  • 如果是使用打包代理服务打iOS App包,则在APP应用文件夹中找到报错日志上传到贴子中。打包代理服务报错日志的路径:model\Native\外卖(APP应用名称)\log\build.log
报错信息关键词索引请粘贴以下报错信息关键词在自己的报错日志中进行比对,找到匹配的信息再对应报错情况进行查看,以便您快速解决问题!
1、 Android打包报错
     1.1、报错情况一          
                1)、Password verification failed
   1.2、报错情况二
                1)、java.io.DataInputStream.readInt
                2)、sun.security.provider.JavaKeyStore.engineLoad
     1.3、报错情况三
                1)、build\src\platforms\android\cordova\build.bat–debug
     1.4、报错情况四
                1)、X5.java:20: 错误: 需要';’
                2)、[javac] package
     1.5、报错情况五
                1)、子任务 “copy” 执行失败
     
     1.6、报错情况六
               1)、\tools\adt-sdk\tools\ant\build.xml
               2)、The following error occurred while executing this line
     1.7、报错情况七
               1)、Compile failed; see the compiler error output for details


2、iOS打包报错
     2.1报错情况一
              1)、MAC verification failed during PKCS12 import
              2)、wrongpassword
     2.2、报错情况二
              1)、Unknown format in import
     2.3、报错情况三
              1)、No matching provisioning profiles found
              2)、No provisioning profiles matching an applicable signing identity were found
     2.4、报错情况四
              1)、No matching provisioning profiles found
              2)、No provisioning profiles with a valid signing identity
     2.5、报错情况五
               1)、xcrun: error: active developer path (“/Volumes/Xcode/Xcode.app/Contents/Developer”) does not exist
               2)、xcode-select: error: tool ‘xcodebuild’ requires Xcode
               3)、Cordova can only run in Xcode version 4.6 or greater

     2.6、报错情况六
               1)、No code signing identities found
               2)、No valid signing identities (i.e. certificate and private key pair) matching the team ID “(null)” were found.
     2.7、报错情况七
               1)、User canceled the operation
     2.8、报错情况八
               1)、Cannot run program
               2)、aapt.exe
     2.9、报错情况九
               1)、Could not reserve enough space for object heap
     2.10、报错情况十
               1)、No space left on device


















评分

参与人数 1威望 +12 收起 理由
Masion + 12

查看全部评分

73

主题

345

帖子

1695

积分

金牌会员

Rank: 6Rank: 6

积分
1695
QQ
发表于 2016-3-16 17:01:54 | 显示全部楼层
* 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: cmd: Command failed with exit code 1
   You may not have the required environment or OS to build this project
   
   C:\WeX5_V3.4\model\Native\test\build\src\platforms\android\cordova\node_modules\q\q.js:126
                       throw e;
                       ^
   Error code 1 for command: cmd with args: /s /c "C:\WeX5_V3.4\model\Native\test\build\src\platforms\android\gradlew cdvBuildDebug -b C:\WeX5_V3.4\model\Native\test\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

点评

换一台软件工具装的少一点的电脑安装weX5吧,我也遇到这个问题,换电脑之后就解决了,可以执行成功,在别的地方看到说估计是git某个图标.....  发表于 2017-7-12 23:47
你好。你的那个问题解决了吗? ios打包报错的那个问题,  发表于 2016-9-6 14:07
请问是怎么解决的  发表于 2016-7-31 14:39
请问是怎么解决的  发表于 2016-7-31 14:38
同样的问题,求助呀!大神  发表于 2016-7-29 22:54
回复 支持 15 反对 1

使用道具 举报

0

主题

1

帖子

3

积分

新手上路

Rank: 1

积分
3
QQ
发表于 2016-1-27 20:02:24 | 显示全部楼层
【Android打包报错】
****ERROR****: 子任务 "exec" 执行失败。
****ERROR****: 任务 "buildAndroid" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: exec returned: 1

点评

我也是遇到这个问题,从头看到尾,这个问题提的最多,但是没有解决方案啊  发表于 2016-7-25 21:42
你这个问题解决了吗?是什么原因啊?  发表于 2016-5-23 17:58
就是没人会解决这个错误吗?大家都遇到了  发表于 2016-5-7 14:29
回复 支持 13 反对 0

使用道具 举报

0

主题

1

帖子

5

积分

新手上路

Rank: 1

积分
5
QQ
发表于 2016-4-5 11:09:26 | 显示全部楼层
开始......
   
保存配置信息:
   
编译UI资源:
   
清除编译环境:
   
复制模版工程:
   
复制工程:
   
复制插件:
   
复制WWW资源:
   
更新工程信息:
   
增加插件:
   使用到的插件: [cordova-plugin-whitelist, cordova-plugin-splashscreen, cordova-plugin-app-preferences, com.justep.cordova.plugin.app.utils, cordova-plugin-x-toast, cordova-plugin-inappbrowser, cordova-plugin-app-version, com.justep.cordova.plugin.iFlytek]
   开始准备插件参数......
   插件参数准备完成
   开始安装插件......
   Installing "cordova-plugin-splashscreen" for android
   Installing "cordova-plugin-splashscreen" for ios
   Installing "cordova-plugin-app-preferences" for android
   Installing "cordova-plugin-app-preferences" for ios
   Installing "cordova-plugin-file" for android
   Installing "cordova-plugin-file" for ios
   Installing "cordova-plugin-file-transfer" for android
   Dependent plugin "cordova-plugin-file" already installed on android.
   Installing "cordova-plugin-file-transfer" for ios
   Dependent plugin "cordova-plugin-file" already installed on ios.
   Installing "cordova-plugin-network-information" for android
   Installing "cordova-plugin-network-information" for ios
   Installing "cordova-plugin-zip" for android
   Dependent plugin "cordova-plugin-file" already installed on android.
   Installing "cordova-plugin-zip" for ios
   Dependent plugin "cordova-plugin-file" already installed on ios.
   Installing "cordova-plugin-inappbrowser" for android
   Installing "cordova-plugin-inappbrowser" for ios
   Installing "cordova-plugin-x-toast" for android
   Installing "cordova-plugin-x-toast" for ios
   Installing "com.justep.cordova.plugin.app.utils" for android
   Dependent plugin "cordova-plugin-file" already installed on android.
   Dependent plugin "cordova-plugin-file-transfer" already installed on android.
   Dependent plugin "cordova-plugin-network-information" already installed on android.
   Dependent plugin "cordova-plugin-zip" already installed on android.
   Dependent plugin "cordova-plugin-inappbrowser" already installed on android.
   Dependent plugin "cordova-plugin-x-toast" already installed on android.
   Installing "com.justep.cordova.plugin.app.utils" for ios
   Dependent plugin "cordova-plugin-file" already installed on ios.
   Dependent plugin "cordova-plugin-file-transfer" already installed on ios.
   Dependent plugin "cordova-plugin-network-information" already installed on ios.
   Dependent plugin "cordova-plugin-zip" already installed on ios.
   Dependent plugin "cordova-plugin-inappbrowser" already installed on ios.
   Dependent plugin "cordova-plugin-x-toast" already installed on ios.
   Installing "cordova-plugin-app-version" for android
   Installing "cordova-plugin-app-version" for ios
   Installing "com.justep.cordova.plugin.iFlytek" for android
   Installing "com.justep.cordova.plugin.iFlytek" for ios
   插件安装完成
   
创建源代码工程:
   
android应用环境准备:
   
ios应用环境准备:
   
生成android应用包:
   Running command: /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/cordova/build --debug --gradleArg=--offline
   ANDROID_HOME=/Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/tools/adt-sdk
   JAVA_HOME=/Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/java/jdk1.8-x64/Contents/Home
   Running: /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/gradlew cdvBuildDebug -b /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/build.gradle -Dorg.gradle.daemon=true --offline
   ERROR building one of the platforms: Error: /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/cordova/build: Command failed with exit code 1
   You may not have the required environment or OS to build this project
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Unable to start the daemon process.
   This problem might be caused by incorrect configuration of the daemon.
   For example, an unrecognized jvm option is used.
   Please refer to the user guide chapter on the daemon at http://gradle.org/docs/2.2.1/userguide/gradle_daemon.html
   Please read the following process output to find out more:
   -----------------------
   Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
   10:56:27.314 [main] DEBUG o.g.l.daemon.bootstrap.DaemonMain - Assuming the daemon was started with following jvm opts: [-XX:MaxPermSize=256m, -XX:+HeapDumpOnOutOfMemoryError, -Xmx1024m, -Dfile.encoding=UTF-8, -Duser.country=CN, -Duser.language=zh, -Duser.variant]
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Could not create service of type DaemonContext using DaemonServices.createDaemonContext().
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
   
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
   
   /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/cordova/node_modules/q/q.js:126
                       throw e;
                       ^
   Error code 1 for command: /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/gradlew with args: cdvBuildDebug,-b,/Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/build.gradle,-Dorg.gradle.daemon=true,--offline
   Error: /Users/zhongmasatoshi/Downloads/WeX5_V3.4-mac/model/Native/iFlyTest/build/src/platforms/android/cordova/build: Command failed with exit code 1
****ERROR****: 子任务 "exec" 执行失败。
****ERROR****: 任务 "buildAndroid" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: exec returned: 1
****ERROR****: 如不能确定具体问题,可参考常见问题: http://wex5.com/cn/bbs/thread-82002-1-1.html

MAC版本,以前3.3都正常,今天刚换了3.4打包就错误了

点评

升级jre http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html  发表于 2017-3-7 21:45
升级jre http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html  发表于 2017-3-7 21:45
我也是遇到这个问题,从头看到尾,这个问题提的最多,但是没有解决方案啊  发表于 2016-7-25 21:42
我的也报这个错  发表于 2016-5-5 13:44
回复 支持 6 反对 0

使用道具 举报

0

主题

2

帖子

4

积分

新手上路

Rank: 1

积分
4
QQ
发表于 2016-4-26 11:37:14 | 显示全部楼层
更新工程信息:
****ERROR****: 子任务 "updateSource" 执行失败。
****ERROR****: 任务 "updateProject" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: C:\Users\yapee\AppData\Local\Temp\x5app-build2531134464208742122.xml:696: updateSource returned: -1073741819
****ERROR****: 如不能确定具体问题,可参考常见问题: http://wex5.com/cn/bbs/thread-82002-1-1.html
回复 支持 5 反对 0

使用道具 举报

3

主题

9

帖子

13

积分

新手上路

Rank: 1

积分
13
QQ
发表于 2016-2-2 18:47:23 | 显示全部楼层
****ERROR****: 子任务 "updateSource" 执行失败。
****ERROR****: 任务 "updateProject" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: java.io.IOException: Cannot run program "E:\wex5\WeX5_V3.3\WeX5_V3.3\tools\cordova\bin\cordova.cmd" (in directory "E:\wex5\WeX5_V3.3\WeX5_V3.3\model\Native\exc\build\src"): CreateProcess error=5, ¾ܾø·Ã
****ERROR****: 如不能确定具体问题,可参考常见问题: http://bbs.wex5.com/thread-82002-1-1.html
求大神指导?

点评

这个到底是怎么解决的啊?  发表于 2016-5-12 14:27
回复 支持 5 反对 0

使用道具 举报

3

主题

9

帖子

11

积分

新手上路

Rank: 1

积分
11
QQ
发表于 2016-2-19 14:59:48 | 显示全部楼层
tanlin2016 发表于 2016-2-19 14:47
****ERROR****: 子任务 "exec" 执行失败。
****ERROR****: 任务 "buildAndroid" 执行失败。
****ERROR****: ...

没人回复?

点评

估计都不会!! www.shabixiaoshuo.com 傻逼小说网  发表于 2017-3-18 18:55
回复 支持 5 反对 0

使用道具 举报

3

主题

26

帖子

62

积分

内部用户

积分
62
 楼主| 发表于 2015-11-30 15:47:42 | 显示全部楼层
【IOS报错问题九】打包时出现下面的错误时,一般是内存问题。找到平台版本下的studio目录下的studio.ini文件,修改这个配置文件里最后一行“-Xms40m”的值为“-Xms800m”,再重新启动开发工具打包。

[dx] Error occurred during initialization of VM
[dx] Could not reserve enough space for object heap
[dx] Error: Could not create the Java Virtual Machine.
[dx] Error: A fatal exception has occurred. Program will exit.
回复 支持 2 反对 0

使用道具 举报

73

主题

345

帖子

1695

积分

金牌会员

Rank: 6Rank: 6

积分
1695
QQ
发表于 2016-8-2 09:20:51 | 显示全部楼层

我是看FAILURE: Build failed with an exception.以下的LOG内容。
然后再参照:http://bbs.wex5.com/thread-82002-1-1.html 中安卓或苹果打包的几种常见错误类型。
1、有用插件的,先检查插件是否都选上了(最好是手动选择)
2、确认插件有没有用到参数,如果有用到,一定要把参数配上(目前需配参数的主要有MOB、微信、极光)
3、哪个插件出错,可以考虑用排除法。
以上是我的心得,仅供参考。
回复 支持 1 反对 0

使用道具 举报

17

主题

50

帖子

106

积分

初级会员

Rank: 2

积分
106
QQ
发表于 2016-4-14 20:22:12 | 显示全部楼层
本帖最后由 小小学习哥 于 2016-4-15 09:00 编辑

   使用到的插件: [cordova-plugin-whitelist, cordova-plugin-splashscreen, cordova-plugin-app-preferences, com.justep.cordova.plugin.app.utils, cordova-plugin-x-toast, cordova-plugin-inappbrowser, org.apache.cordova.device, cordova-plugin-app-version]
****ERROR****: 子任务 "addPlugins" 执行失败。
****ERROR****: 任务 "addPlugins" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: java.io.FileNotFoundException: D:\app\model\Native\plugins\org.apache.cordova.device\plugin.xml (系统找不到指定的路径。)

点评

请问这么解决这个问题  发表于 2017-3-31 19:34
回复 支持 1 反对 0

使用道具 举报

3

主题

26

帖子

62

积分

内部用户

积分
62
 楼主| 发表于 2015-11-30 15:37:17 | 显示全部楼层
【IOS报错情况三】打包过程中选择的iOS mobileproversion配置文件不正确,比如随便选择了一个文件,会在打包服务器日志中输出如下内容:

=== BUILD TARGET X5 OF PROJECT X5 WITH CONFIGURATION Release ===
Check dependencies
Code Sign error: No matching provisioning profiles found: No provisioning profiles
matching an applicable signing identity were found.
回复 支持 0 反对 1

使用道具 举报

3

主题

26

帖子

62

积分

内部用户

积分
62
 楼主| 发表于 2015-11-30 15:18:50 | 显示全部楼层
本帖最后由 liangshaohua 于 2015-11-30 15:25 编辑

Android报错情况一】打包过程中输入的android密码不正确时,会在打包服务器日志中输出如下内容:
BUILD FAILED
I:\X5.3\BeX5_V3.2.1\tools\adt-sdk\tools\ant\build.xml:1135: The following error occurred
while executing this line;
I:\X5.3\BeX5_V3.2.1\tools\adt-sdk\tools\ant\build.xml:1147: Keystore was tampered
with,or password was incorrect: Password verification failed
回复 支持 反对

使用道具 举报

3

主题

26

帖子

62

积分

内部用户

积分
62
 楼主| 发表于 2015-11-30 15:28:26 | 显示全部楼层
【Android报错情况二】打包过程中选择的android证书文件不正确,随便放了一个 android.keystore,会在打包服务器日志中输出如下内容:

  BUILD FAILED
I:\X5.3\BeX5_V3.2.1\tools\adt-sdk\tools\ant\build.xml:1135: The following error occurred
while executing this line:
I:\X5.3\BeX5_V3.2.1\tools\adt-sdk\tools\ant\build.xml:1147: java.io.EOFException
at java.io.DataInputStream.readInt(DataInputStream.java:392)
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:646)
at sun.security.provider.JavaKeyStore$JKS.engineLoad(JavaKeyStore.java:55)
at java.security.KeyStore.load(KeyStore.java:1214)
回复 支持 反对

使用道具 举报

3

主题

26

帖子

62

积分

内部用户

积分
62
 楼主| 发表于 2015-11-30 15:29:45 | 显示全部楼层
本帖最后由 liangshaohua 于 2015-11-30 15:32 编辑

【Android报错情况三】使用windows环境打Android的App包时,如果操作系统环境变量path中没有“c:\windows;c:\windows\system32”时,会在日志中输出如下内容:
生成android应用包:
Running command: D:\X_5\X_55555\model\Native\ddd\build\src\platforms\android\cordova\
build.bat--debug
Error: D:\X_5\X_55555\model\Native\ddd\build\src\platforms\android\cordova\build.bat:
Command failed with exit code 2
at ChildProcess.whenDone (D:\X_5\X_55555\tools\cordova\node_modules\cordova-lib\src\
cordova\superspawn.js:135:23)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Process.ChildProcess._handle.onexit (child_process.js:810:5)
回复 支持 反对

使用道具 举报

3

主题

26

帖子

62

积分

内部用户

积分
62
 楼主| 发表于 2015-11-30 15:30:46 | 显示全部楼层
本帖最后由 liangshaohua 于 2015-11-30 15:31 编辑

【Android报错情况四】该报错是因为应用包名的命名不符合java规范引起的。应用包名需是全小写的,中间由点分隔开,但每个分段的名称不可以使用数字作为开头,也不可以使用特殊字符。
-compile:
[javac] Compiling 6 source files to /Volumes/X5/workspace/build/C6A0B62C13A00001333
414D0123013A9/build/platforms/android/bin/classes
[javac] /Volumes/X5/workspace/build/C6A0B62C13A00001333414D0123013A9/build/platforms/
android/src/com/960one/leapmary/X5.java:20: 错误: 需要';'
[javac] package com.960one.leapmary;
[javac] ^
[javac] /Volumes/X5/workspace/build/C6A0B62C13A00001333414D0123013A9/build/platforms/
android/gen/com/960one/leapmary/BuildConfig.java:2: 错误: 需要';'
[javac] package com.960one.leapmary;
[javac] ^
[javac] /Volumes/X5/workspace/build/C6A0B62C13A00001333414D0123013A9/build/platforms/
android/gen/com/960one/leapmary/R.java:8: 错误: 需要';'
[javac] package com.960one.leapmary;
[javac] ^
[javac] 3 个错误

BUILD FAILED
/Volumes/X5/bin/adt-bundle/sdk/tools/ant/build.xml:720: The following error occurred
while executing this line:
/Volumes/X5/bin/adt-bundle/sdk/tools/ant/build.xml:734: Compile failed; see the compiler
error output for details.
回复 支持 反对

使用道具 举报

3

主题

26

帖子

62

积分

内部用户

积分
62
 楼主| 发表于 2015-11-30 15:31:35 | 显示全部楼层
【Android报错情况五】该报错是因为打包时没有选择资源,却选择了编译资源,所以提示找不到文件。打包时选择编译资源时请确认一定要选择上资源目录才可以。

加密UI资源:
****ERROR****: 子任务 "copy" 执行失败。
****ERROR****: 任务 "processWWW" 执行失败。
****ERROR****: 执行出错:
****ERROR**** 错误信息: Warning: Could not find file E:\WeX5_V3.2.1\model\Native\外卖\www
\x5\UI2\index.html to copy.
回复 支持 1 反对 0

使用道具 举报

3

主题

26

帖子

62

积分

内部用户

积分
62
 楼主| 发表于 2015-11-30 15:36:14 | 显示全部楼层
【IOS报错情况一】打包过程中输入iOS的P12证书密码错误时,会在打包服务器日志中输出如下错误信息:

security:SecKeychainItemImport:MAC verification failed during PKCS12 import
(wrongpassword?)
回复 支持 反对

使用道具 举报

3

主题

26

帖子

62

积分

内部用户

积分
62
 楼主| 发表于 2015-11-30 15:36:44 | 显示全部楼层
【IOS报错情况二】打包过程中选择的iOS p12证书文件不正确,比如随便选择了一个文件,会在打包服务器日志中输出如下错误信息:

security:SecKeychainItemImport: Unknown format in import.
回复 支持 反对

使用道具 举报

3

主题

26

帖子

62

积分

内部用户

积分
62
 楼主| 发表于 2015-11-30 15:37:52 | 显示全部楼层
本帖最后由 liangshaohua 于 2015-11-30 15:42 编辑

【IOS报错问题四】打包过程中输入的应用包名与iOS的BundleID不一致时,会在打包服务器日志中输出如下内容:

=== BUILD TARGET X5 OF PROJECT X5 WITH CONFIGURATION Release ===
Check dependencies
Code Sign error: No matching provisioning profiles found: No provisioning profiles
with a valid signing identity (i.e. certificate and private key pair) matching the
bundle identifier “com.wex5.takeout” were found.
回复 支持 0 反对 1

使用道具 举报

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

本版积分规则

小黑屋|手机版|X3技术论坛|Justep Inc.    

GMT+8, 2024-4-25 18:53 , Processed in 0.065419 second(s), 28 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

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