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

  /build/core/tasks/
cts.mk 61 $(foreach apk,$(CTS_CASE_LIST), \
62 $(call copy-testcase-apk,$(apk)))
174 define copy-testcase-apk
176 $(hide) $(ACP) -fp $(call intermediates-dir-for,APPS,$(1))/package.apk \
177 $(PRIVATE_DIR)/repository/testcases/$(1).apk
  /sdk/files/
android.el 31 (defcustom android-apk nil
86 (defun android-install-app (apk)
87 "Install an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path."
89 (read-file-name "Android Application Package (.apk): "
91 android-apk
95 (setq android-apk apk)
96 (compile (format "adb install -r %s" apk)))
99 "Uninstall an Android application package APK in the Android emulator. This expects the SDK tools directory to be in the current path.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/export/
MultiApkExportHelper.java 133 // get the list of apk to export and their configuration.
149 // get the apk from the projects.
156 * of projects for multi-apk export.
230 for (ApkData apk : mApkDataList) {
231 writeValue(writer, Integer.toString(apk.getBuildInfo()), apk.getMinorCode());
267 writer.append("# Multi-APK BUILD LOG.\n");
271 for (ApkData apk : mApkDataList) {
274 Map<String, String> softVariants = apk.getSoftVariantMap();
277 writer.append(apk.getLogLine(softVariant))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 276 * @param apk the resource to the apk to launch.
285 public void launch(final IProject project, String mode, IFile apk,
296 debugPackageName, launchAction, apk, debuggable, requiredApiVersionNumber, launch,
945 IFile apk = ProjectHelper.getApplicationPackage(androidProject.getProject()); local
    [all...]

Completed in 193 milliseconds