English 中文(简体)
图书馆项目习惯建设
原标题:Android library projects custom builds

我有遗产申请,需要将其分为图书馆项目(共同编码)和两个应用项目(有偿和免费申请)。 我没有把Eclipse用于发展,也没有使用过。 苯并二苯胺(生成的)苯并二苯胺基(原因有几):不同的项目目录结构、融入建筑的单位测试、与游轮整合、自动建筑编号等),但使用我们的习俗来建立档案。

I need to modify my Ant builds to make them build my applications projects that refer my library project. I looked into sample application and Ant builds shipped with SDK, but didn t understand how it is done. I saw that library project contains "libs" directory and "default.properties" file with "android.library" property set to "true". I saw that applications project contains "default.properties" file with "android.library.reference.X" property set to library project directory value. But I didn t find any reference to these properties in the Ant builds (project Ant build file, and Ant builds shipped with SDK). Just placing these files into application/library project directories doesn t help, i.e. SDK tools doesn t interpret them.

我的猜测是,这是由亚历杭德罗特人完成的。 成立Task,但我想知道如何执行。 我的建筑是一套称为(使用前列)安康克工具的目标: app、 d、 a等。 因此,我很想知道,我需要利用哪些指挥线参数,来提供合并资源的工具?

事先感谢你。

问题回答

我最近写道,我用另一个星体框架作为图书馆的甲状腺产品之一打造了文字。 我使用的录像是将图书馆项目src,resourceassets复制到主要项目,然后利用ant和roid子任务建造纸浆包。 骗子对我来说是完美的。

让我知道,你们是否仍然需要一些帮助。

集成驱动器:[寄给和刺roid) oolsantant_rules_r3.xml到你的建筑。 它应注意图书馆档案的复制,并适当制作该建筑。





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签