簡體   English   中英

科爾多瓦android build錯誤-“檢測到Android Studio項目”

[英]Cordova android build error - “Android Studio project detected”

我創建了一個cordova項目,並且嘗試運行cordova build android並獲得輸出“檢測到Android Studio項目”,但沒有成功。

這里描述的類似問題沒有適合我的解決方案。

這是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".

嘗試運行cordova requirements ,如果缺少某些內容,它將顯示給您。 更正問題(也許缺少JAVA_HOME變量),您將能夠完成構建。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM