多个图书馆项目



我正在尝试使用助手从手机和平板电脑在我的安卓应用程序上工作。我不断收到数百个错误。 似乎一次只检测一个库项目。 我可以通过删除库并添加另一个库来更改我得到的错误(我正在使用三个)

有没有人成功地在助手中使用了多个项目库,并且能够提供一些帮助?

我的项目 . 属性如下所示:

[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,它们之间没有新行。

我也遇到了同样的问题,并像在 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,因此请使用文本编辑并修复此问题。将回车键放在正确的位置并固定参考编号;)

相关内容

  • 没有找到相关文章