HomeSort by relevance Sort by last modified time
    Searched full:libraryproject (Results 1 - 4 of 4) sorted by null

  /development/samples/TicTacToeLib/
_index.html 39 <a href="../../../guide/developing/eclipse-adt.html#libraryProject">Developing
41 href="../../../guide/developing/other-ide.html#libraryProject">Developing in
  /development/samples/TicTacToeMain/
_index.html 57 <a href="../../../guide/developing/eclipse-adt.html#libraryProject">Developing
59 href="../../../guide/developing/other-ide.html#libraryProject">Developing in
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 281 IProject libraryProject = createLibraryProject(libraryPath, project, waitForFinish);
282 if (libraryProject != null) {
283 return addLibraryDependency(libraryProject, project, waitForFinish);
413 * @param libraryProject the library project to depend on
420 final IProject libraryProject,
453 IPath relativePath = libraryProject.getLocation().makeRelativeTo(
472 Job fix = FixProjectAction.createFixProjectJob(libraryProject);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 446 * @param libraryProject the library project to check.
452 public LibraryState needs(ProjectState libraryProject) {
457 File libraryFile = libraryProject.getProject().getLocation().toFile();
467 state.setProject(libraryProject);

Completed in 520 milliseconds