首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在aide中有多个库项目?

在aide中有多个库项目?
EN

Stack Overflow用户
提问于 2012-11-28 10:02:24
回答 1查看 1.2K关注 0票数 3

我正在尝试使用Aide在手机和平板电脑上运行我的android应用程序。我一直收到数以百计的错误。它似乎一次只检测到一个库项目。我可以通过删除一个库并添加一个不同的库来更改我得到的错误(我使用了三个)

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

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

代码语言:javascript
复制
[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

因此,aide引用都是.1,并且它们之间没有新的线。

EN

回答 1

Stack Overflow用户

发布于 2013-09-03 07:04:14

我也遇到了同样的问题,并修复了这个格式引用,就像在eclipse中一样。

如下所示:

代码语言:javascript
复制
[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,所以使用文本编辑来解决这个问题。将enter放在正确的位置,并固定参考号;)

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/13596597

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档