2012-11-28 30 views
3

我正嘗試從我的手機和平板電腦上使用助手在我的android應用上工作。我不斷收到數百個錯誤。看起來好像它一次只能檢測一個圖書館項目。我可以改變我通過刪除庫和添加不同的一個得到哪些錯誤(我用三)助手中的多個圖書館項目?

有沒有人成功應用於多個助手項目庫,並且也許能提供一些幫助?

我的項目。屬性看起來像這樣:

[Eclipse references (I think)] 
android.library.reference.1=../../../../libraries/android-greendroid/GreenDroid 
android.library.reference.2=../../../../libraries/ActionBarSherlock/library 

[Aide references] 
android.library.reference.1=/storage/extSdCard/code/android-actionbarsherlock/library 
android.library.reference.1=/storage/extSdCard/code/android-facebook/facebook 
android.library.reference.1=/storage/extSdCard/code/android-greendroid/GreenDroid 
android.library.reference.1=/storage/extSdCard/code/android-actionbarsherlock/library 
android.library.reference.1=/storage/extSdCard/code/myproject/android/free 

因此,助手引用都是.1,並且它們之間沒有新行。

回答

1

我也有同樣的問題和解決像日食這種格式化的引用。

像這樣:

[Eclipse references] 
android.library.reference.1=../../../../libraries/android-greendroid/GreenDroid  
android.library.reference.2=../../../../libraries/ActionBarSherlock/library 

[Aide references] 
android.library.reference.1=/storage/extSdCard/code/android-actionbarsherlock/library 
android.library.reference.2=/storage/extSdCard/code/android-facebook/facebook 
android.library.reference.3=/storage/extSdCard/code/android-greendroid/GreenDroid 
android.library.reference.4=/storage/extSdCard/code/android-actionbarsherlock/library 
android.library.reference.5=/storage/extSdCard/code/myproject/android/free 

在AIDE不能編輯project.properties,所以使用文本編輯和解決這個問題。請輸入正確的地方並確定參考號;)