2017-06-02 53 views
0

由於很多的用戶打造的Android平臺,我做產卵EACCESS出錯/對離子3

ionic cordova run android -android 

cordova build android --verbose 

當有這種錯誤的輸出:

No scripts found for hook "before_build". 
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 
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 /Users/davidanquetin/GIT/MEDIATOOLS/DOMME/domme-app/platforms/android/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/assets/www 
Wrote out android application name "Domme" to /Users/davidanquetin/GIT/MEDIATOOLS/DOMME/domme-app/platforms/android/res/values/strings.xml 
Wrote out Android package name "com.pasquet.domme.all" to /Users/davidanquetin/GIT/MEDIATOOLS/DOMME/domme-app/platforms/android/src/com/pasquet/domme/all/MainActivity.java 
Updating icons at platforms/android/res 
Updating splash screens at platforms/android/res 
This app does not have additional resource files defined 
Prepared android project successfully 
No scripts found for hook "after_prepare". 
No scripts found for hook "before_compile". 
Running command: /usr/libexec/java_home 
Command finished with error code 0: /usr/libexec/java_home 
ANDROID_HOME=/Users/davidanquetin/Documents/_UTILITAIRES/TECHNIQUE/android-sdk-macosx/ 
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home 
Running command: "/Applications/Android Studio 3.0 Preview.app/Contents/gradle/gradle-4.0-milestone-1/bin/gradle" -p /Users/davidanquetin/GIT/MEDIATOOLS/DOMME/domme-app/platforms/android wrapper -b /Users/davidanquetin/GIT/MEDIATOOLS/DOMME/domme-app/platforms/android/wrapper.gradle 
Error: spawn EACCES 

我嘗試了很多在網上建立的操作(chmod等),但沒有任何工作..

當我嘗試

chmod +x /Applications/Android Studio 3.0 Preview.app/Contents/gradle/gradle-4.0-milestone-1/bin/gradle 

我有:

chmod + /Applications/Android\ Studio\ 3.0\ Preview.app/Contents/gradle/gradle-4.0-milestone-1/bin/gradle 

,總是同樣的錯誤建成後...

感謝的想法!

UPDATE /議決

我解決問題的方法:

  • 刪除Android工作室應用
  • 重新下載並重新安裝
  • 更新的Java
  • 創建一個新的離子項目,然後用我以前的資產/代碼文件進行更新。
  • 重新安裝平臺與全新安裝

和...它的作品! 我認爲這是男人味的Android Studio刪除和重新安裝,它可以解決問題。

如果它可以幫助!

+0

請將解決方案作爲答案添加,而不是作爲編輯。 –

回答

1

UPDATE /議決

我解決問題的方法:

  • 刪除Android工作室應用
    • 重新下載並重新安裝
    • 更新的Java
    • 創建一個新的離子項目,然後用我以前的資產進行更新/代碼文件。
    • 重新安裝平臺與全新安裝

和...它的作品!我認爲這是有瑕疵的Android Studio刪除和重新安裝,可以解決問題。

如果它可以幫助!