To add a reference to a library project, follow these steps:
Make sure that both the project library and the application project that depends on it are in your workspace. If one of the projects is missing, import it into your workspace.
In the Package Explorer, right-click the dependent project and select Properties.
In the Properties window, select the "Android" properties group at left and locate the Library properties at right.
Click Add to open the Project Selection dialog.
From the list of available library projects, select a project and click OK.
When the dialog closes, click Apply in the Properties window.
Click OK to close the Properties window.
1.先导入需要引用的工程
2. 右键当前工程-属性-android-添加,对话框中选择对应的工程,APPLY,OK
即可
分享到:
相关推荐
This library is distributed as Android library project so it can be included by referencing it as a library project. https://bintray.com/filestack/maven/filepicker-android If you use Maven, you can in
AeroGear for Android provides support for ...(http://aerogear.org/docs/guides/aerogear-android/how-to-build-aerogear-android/)## Usage### Referencing a library projectDownload [apklib Maven central]...
CommBase.dll when referencing the library in the development environment. CommBaseSourceCommBase.cs CommBaseSourceCommPingPong.cs CommbaseSourceAssemblyInfo.cs Source code for CommBase.dll ...
首先,启动Xcode 6.1并选择"Create a new Xcode project"。在模板选择器中,选择“Application”下的"Single View Application",然后点击"Next"。 在下一个界面中,填写项目的基本信息,例如产品名称(例如"Hello...
sharedLibrary - Used to help support Android 5 shared library feature by automatically detecting shared libraries and using --shared-lib on [b]uild Examples of new usage in 2.0 vs 1.5.x Old (Apktool...
2. **项目创建**:在Xcode中创建新项目,选择"File->New Project",接着选择"Iphone OS -> Applications -> View-Based Application",以创建一个基于视图的应用程序。命名项目,例如"MinutesToMidnight",这将生成...
1.17. JDOM Project . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ....
- 添加了一个`NSTimer *timer;`成员变量,用于实现定时器功能。 - 定义了一个`-(void)onTimer;`方法,用于处理定时事件。 通过本教程的第一天学习,读者能够了解到如何创建基本的iPhone应用程序,并学习如何设置...