gpt4 book ai didi

android - 有多个图书馆项目吗?

转载 作者:太空狗 更新时间:2023-10-29 14:24:44 27 4
gpt4 key购买 nike

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

有没有人在aide中成功使用过多个项目库,或许可以提供一些帮助?

我的项目。属性看起来像这样:

[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,因此请使用文本编辑并修复此问题。将输入放在正确的位置并固定引用编号;)

关于android - 有多个图书馆项目吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13596597/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com