RE: Android Studio how to create AVD?

2018-03-06 Thread Clarence Martin via use-livecode
ode@lists.runrev.com> Cc: panagiotis merakos <merak...@gmail.com> Subject: Re: Android Studio how to create AVD? Hi Bob, Just a suggestion, I personally find it easier to download an install just the Android SDK Tools, not Android Studio. The problem is that the newest versions of the Android SDK

Re: Android Studio how to create AVD?

2018-03-02 Thread panagiotis merakos via use-livecode
Hi Bob, Just a suggestion, I personally find it easier to download an install just the Android SDK Tools, not Android Studio. The problem is that the newest versions of the Android SDK Tools don't work well with LC, because you can mainly run commands from the command line instead of having a UI

Re: Android Studio how to create AVD?

2018-03-02 Thread bob--- via use-livecode
> > Once you've done that you can choose Tools > Android > AVD Manager and > create a device. You'll need to choose something with armeabi architecture, > not x86, when you create the device. Once it has booted up you should see > it in the target list. > Thanks for the clearing this up Ali.

Re: Android Studio how to create AVD?

2018-03-01 Thread Ali Lloyd via use-livecode
One very irritating thing about Android Studio is that you have to create a project before you can launch a simulator. So when you open Android Studio, and get the welcome dialog, just start a new project with any old settings. Once you've done that you can choose Tools > Android > AVD Manager

Android Studio how to create AVD?

2018-03-01 Thread bob--- via use-livecode
I’m trying to figure out how to get an Android virtual device going for LC testing/debugging. For the life of me I can’t figure out how to create an AVD with Android Studio. I’ve spent the better part of my day trying to figure this out. I've tried LC business 8.1.9 & LC business 9.0.0 (dp11).