Book Image

LiveCode Mobile Development Beginner's Guide (2nd Edition)

Book Image

LiveCode Mobile Development Beginner's Guide (2nd Edition)

Overview of this book

Table of Contents (15 chapters)
LiveCode Mobile Development Beginner's Guide Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – starting an Android Virtual Device


You will have to dig a little deep in the Android SDK folders to find the Android Virtual Device setup program. You might as well provide a shortcut or an alias to it for quicker access. The following steps will help you setup and start an Android virtual device:

  1. Navigate to the Android SDK tools folder located at C:\Program Files (x86)\Android\android-sdk\ on Windows and navigate to your Documents/android-sdk-macosx/tools folder on Mac.

  2. Open AVD Manager on Windows or android on Mac (these look like a Unix executable file; just double-click on it and the application will open via a command-line window).

  3. If you're on Mac, select Manage AVDs… from the Tools menu.

  4. Select Tablet from the list of devices if there is one. If not, you can add your own custom devices as described in the following section.

  5. Click on the Start button.

  6. Sit patiently while the virtual device starts up!

  7. Open LiveCode, create a new Mainstack, and click on Save to save the stack...