简体   繁体   English

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

[英]Multiple library projects in aide?

I am trying to work on my android app from my phone and tablet using Aide. 我正在尝试使用Aide通过手机和平板电脑处理我的Android应用程序。 I keep getting hundreds of errors. 我不断收到数百个错误。 It seems as if it is only detecting one library project at a time. 似乎它一次只检测一个库项目。 I can change which errors I get by removing a library and adding a different one (I am using three) 我可以通过删除库并添加另一个(我使用三个)来更改我得到的错误

Has anyone successfully used multiple project libraries in aide, and might be able to offer some assistance? 有没有人成功使用过多个项目库,并且可以提供一些帮助?

My project . 我的项目 。 properties looks like this: 属性看起来像这样:

[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

So, the aide references are all .1 and there are no new lines between them. 因此,辅助引用都是.1,并且它们之间没有新的行。

I also had the same problem and fix this formating references like in eclipse. 我也有同样的问题,并修复像eclipse中的这种格式化引用。

Like this: 像这样:

[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

You can't edit project.properties in AIDE, so use text edit and fix this. 您无法在AIDE中编辑project.properties,因此请使用文本编辑并修复此问题。 Put enter in right place and fix reference number ;) 输入正确的地方并修改参考编号;)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM