简体   繁体   English

人行横道项目错误'建筑ABI'armeabi-v7a'失败'

[英]crosswalk-project error ' Building ABI 'armeabi-v7a' failed'

I'm using ubuntu 16.04 and crosswalk-project with Phonegap/Cordova to make my hybrid app. 我正在使用ubuntu 16.04和带有Phonegap / Cordova的crosswalk-project来制作我的混合应用程序。 I'm compiling the exemple: https://crosswalk-project.org/documentation/android/build_an_application.html And i got this error: 我正在编译这个例子: https//crosswalk-project.org/documentation/android/build_an_application.html我收到了这个错误:

图像描述在这里

I 'googled' about this error and I founded nothing to solve me. 我用Google搜索了这个错误,我找不到任何解决方法。 What it says? 它说的是什么?

You should check the build logs. 您应该检查构建日志。 In my case everything was pretty simple. 在我看来,一切都很简单。 I forgot to put icon.png that was specified in manifest.json. 我忘了把manifest.json中指定的icon.png。

Maybe you did't install latest sdk. 也许你没有安装最新的sdk。 I think it pick for default build the latest sdk. 我认为它选择默认构建最新的sdk。 So you can see additional options using: 所以你可以看到其他选项:

crosswalk-pkg help

and build with optional target sdk. 并使用可选的目标sdk构建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 强制 CPU/ABI 在 Android 上使用 armeabi-v7a - Forcing CPU/ABI to armeabi-v7a on Android armeabi-v7a与-mfloat-abi =很难 - armeabi-v7a with -mfloat-abi=hard 警告:由 'android.injected.build.abi' 设置的 ABIs [armeabi-v7a,armeabi] gradle 标志包含此项目未针对的 'ARMEABI' - WARNING: ABIs [armeabi-v7a,armeabi] set by 'android.injected.build.abi' gradle flag contained 'ARMEABI' not targeted by this project Android Travis CI错误:所选目标的--abi armeabi-v7a无效 - Android Travis CI Error: Invalid --abi armeabi-v7a for the selected target Google API 的“所选目标的 --abi armeabi-v7a 无效” - “Invalid --abi armeabi-v7a for the selected target” with Google APIs armeabi-v7a编译cpp文件的错误 - armeabi-v7a compiling error for cpp file 命令“ echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a”失败,并在执行过程中以1退出 - The command “echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a” failed and exited with 1 during armeabi 和 armeabi-v7a 文件夹 - armeabi and armeabi-v7a folder 如何确定 Android .so 文件的 ABI(即 armeabi 或 armeabi-v7a)? - How to determine ABI of Android .so file (i.e. armeabi or armeabi-v7a)? 为armeabi-v7a构建hostpython3 — RuntimeError:释放解锁的锁 - building hostpython3 for armeabi-v7a — RuntimeError: release unlocked lock
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM