Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ECFCD17B29 for ; Tue, 7 Apr 2015 14:12:23 +0000 (UTC) Received: (qmail 53137 invoked by uid 500); 7 Apr 2015 14:12:23 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 53110 invoked by uid 500); 7 Apr 2015 14:12:23 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 53099 invoked by uid 99); 7 Apr 2015 14:12:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 14:12:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E349E1104; Tue, 7 Apr 2015 14:12:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Message-Id: <9d0a50d0c8e346e68aa09d696b1ef530@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: android commit: Update Android Studio test instructions Date: Tue, 7 Apr 2015 14:12:23 +0000 (UTC) Repository: cordova-android Updated Branches: refs/heads/master 9f7e17928 -> a397a23a9 Update Android Studio test instructions Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/a397a23a Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/a397a23a Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/a397a23a Branch: refs/heads/master Commit: a397a23a9c602491cce26ef6e127a449d7e691d6 Parents: 9f7e179 Author: Andrew Grieve Authored: Tue Apr 7 10:12:20 2015 -0400 Committer: Andrew Grieve Committed: Tue Apr 7 10:12:20 2015 -0400 ---------------------------------------------------------------------- test/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/a397a23a/test/README.md ---------------------------------------------------------------------- diff --git a/test/README.md b/test/README.md index 1e3f26d..61957df 100755 --- a/test/README.md +++ b/test/README.md @@ -54,6 +54,8 @@ To run unit tests: ## Android Studio -1. Use "Non-Android Studio Project" to import the `test` directory. -2. Right click on the `junit` package in the left-side nav -3. Select "Debug"`->`_The one with the Android icon_ +1. Use "Import Project" and import the `test` directory. +2. Right click on the `org.apache.cordova.test` package on the left-hand nav. +3. Select `Create Run Configuration` -> `Tests in ...` (The one with the Android icon) +4. Review options (mainly - target device) +5. Click the bug icon in the top toolbar to run with debugger attached --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org