2012-05-29 80 views
0

我試過,沒有運氣安裝以下插件: https://github.com/mwbrooks/cordova-plugin-menu的Android的PhoneGap - mwbrooks /科爾多瓦 - 插件菜單

我使用的PhoneGap 1.7.0

我有基本的PhoneGap項目的設置和運行精(安卓4.0.3): http://docs.phonegap.com/en/1.7.0/guide_getting-started_android_index.md.html#Getting%20Started%20with%20Android

我不完全瞭解如何安裝插件,但我做了以下內容:

1) Copied the \native\android\src\com\ to my project \src directory. 
2) Copied the \native\android\libs\phonegap-1.0.0.jar to my project \libs\phonegap-1.0.0.jar 

當我運行作爲 - > Android的項目,我得到以下錯誤:

Conversion to Dalvik format failed with error 1 

我有沒有安裝這個正確?如果我做了這個錯誤是什麼?

如果不是,我該如何安裝這個插件?

+0

我相信這個插件已經過時,並且不能與最新版本的PhoneGap一起使用。 – PsychoDUCK

+1

你應該在插件上提出問題,看看邁克爾能否爲你解決這個問題。 –

回答

1

2) Copied the \native\android\libs\phonegap-1.0.0.jar to my project \libs\phonegap-1.0.0.jar

I'm using PhoneGap 1.7.0

選擇一個。不能同時擁有...

相關問題