辅助中的多个图书馆项目?

时间:2012-11-28 02:02:24

标签: android aide-ide

我正在尝试使用Aide通过手机和平板电脑处理我的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 个答案:

答案 0 :(得分:1)

我也遇到了同样的问题,并修复了像eclipse中那样的格式化引用。

像这样:

[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,因此请使用文本编辑并修复此问题。输入正确的位置并修改参考编号;)