我创建了一个cordova项目,我正在尝试运行cordova build android
并检测输出'Android Studio项目',但没有取得进一步的成功。
所描述的类似问题here没有适合我的解决方案。
以下是cordova build android --verbose
的详细输出:
No scripts found for hook "before_run".
No scripts found for hook "before_prepare".
Checking config.xml and package.json for saved platforms that haven't been added to the project
Config.xml and package.json platforms are the same. No pkg.json modification.
Package.json and config.xml platforms are different. Updating config.xml with most current list of platforms.
PlatformApi successfully found for platform android
Android Studio project detected
Checking config.xml for saved plugins that haven't been added to the project
Checking for any plugins added to the project that have not been installed in android platform
No differences found between plugins added to project and installed in android platform. Continuing...
Generating platform-specific config.xml from defaults for android at /home/sb/App/platforms/android/app/src/main/res/xml/config.xml
Merging project's config.xml into platform-specific android config.xml
Merging and updating files from [www, platforms/android/platform_www] to platforms/android/app/src/main/assets/www
Wrote out android application name "App" to /home/sb/App/platforms/android/app/src/main/res/values/strings.xml
android-versionCode not found in config.xml. Generating a code based on version in config.xml (1.0.0): 10000
Wrote out Android package name "com.example.myapp" to /home/sb/App/platforms/android/app/src/main/java/com/example/myapp/MainActivity.java
This app does not have launcher icons defined
This app does not have splash screens defined
This app does not have additional resource files defined
Prepared android project successfully
No scripts found for hook "after_prepare".
答案 0 :(得分:0)
尝试运行cordova requirements
它会告诉您,如果缺少某些内容。纠正问题(可能缺少JAVA_HOME变量),您将能够完成构建。