Re: Problems locating Android SDK

2020-04-07 Thread Sannyasin Brahmanathaswami via use-livecode
Well, second, related problem. Android appears installed On OSX Catalina, I am having trouble getting my device to appear... /Library/Android/sdk/build-tools/29.0.1 Android -- from terminal, appear normal % ./adb %./adb kill-server %./adb start-server * daemon started successfully % ./adb

Re: Problems locating Android SDK

2020-04-06 Thread Richard Gaskin via use-livecode
Skip Kimpel wrote: > Richard, > > It took me two attempts at the Android Studio install. I realized > during the first attempt that I had cut it short before it had > finished everything. After re-installing, it worked just fine. Thank you, Skip (and good to see you back on this list, BTW). W

Re: Problems locating Android SDK

2020-04-06 Thread Richard Gaskin via use-livecode
Colin Holgate wrote: > You may have read the path where tools are as being where you need to > point LiveCode to. Point LiveCode to ~/Library/Android/SDK, and not > ~/Library/Android/SDK/Tools Thank you, Colin. ~/Android/SDK/ is where I pointed it (Ubuntu 18.04). -- Richard Gaskin Fourth Wo

Re: Problems locating Android SDK

2020-04-06 Thread Skip Kimpel via use-livecode
Richard, It took me two attempts at the Android Studio install. I realized during the first attempt that I had cut it short before it had finished everything. After re-installing, it worked just fine. SKIP On Mon, Apr 6, 2020 at 1:47 PM Colin Holgate via use-livecode < use-livecode@lists.runre

Re: Problems locating Android SDK

2020-04-06 Thread Colin Holgate via use-livecode
You may have read the path where tools are as being where you need to point LiveCode to. Point LiveCode to ~/Library/Android/SDK, and not ~/Library/Android/SDK/Tools > On Apr 6, 2020, at 11:32 AM, Richard Gaskin via use-livecode > wrote: > > Colin Holgate wrote: > > > On Apr 6, 2020, at 10:

Re: Problems locating Android SDK

2020-04-06 Thread Richard Gaskin via use-livecode
Colin Holgate wrote: > On Apr 6, 2020, at 10:14 AM, Richard Gaskin wrote: >> >> I'm setting up a new machine for Android development. >> >> Where is the one-page list of steps on the livecode.com site that >> reliably guides a new user through this for all supported platforms >> (Mac, Win, Linux)

Re: Problems locating Android SDK

2020-04-06 Thread Colin Holgate via use-livecode
That link does work, and helps to solve the problem. The current Android Studio comes with Android 10 installed, and LiveCode needs Android 9. > On Apr 6, 2020, at 10:14 AM, Richard Gaskin via use-livecode > wrote: > > I'm setting up a new machine for Android development. > > Where is the on

Re: Problems locating Android SDK

2020-04-06 Thread Richard Gaskin via use-livecode
I'm setting up a new machine for Android development. Where is the one-page list of steps on the livecode.com site that reliably guides a new user through this for all supported platforms (Mac, Win, Linux)? This one fails: http://lessons.livecode.com/m/2571/l/625198-livecode-and-android-studi

Re: Problems locating Android SDK

2020-04-05 Thread Skip Kimpel via use-livecode
I did an uninstall of the Android Studio and re-installed it. After that, it worked. Go figure! SKIP On Sun, Apr 5, 2020 at 8:55 PM Sannyasin Brahmanathaswami via use-livecode < use-livecode@lists.runrev.com> wrote: > ~/Library/Android/sdk/ > > I don't use virtual machines... I just use my Mot

Re: Problems locating Android SDK

2020-04-05 Thread Sannyasin Brahmanathaswami via use-livecode
~/Library/Android/sdk/ I don't use virtual machines... I just use my MotoG6 on WiFi without a SIM card...USB... it is really fast to build and take one variable out of the equation. (I don't trust the VMs... call me superstitious...) When I an "happy" I put the SivaSiva.ipk on our web ser

Re: Problems locating Android SDK

2020-04-05 Thread Colin Holgate via use-livecode
You could give the path that you are using. Also, did you have to set up any virtual machines? Long ago LiveCode was only happy if you had an Android 2.2 virtual device. > On Apr 5, 2020, at 6:36 PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Mine is working, I'm wondering if I

Re: Problems locating Android SDK

2020-04-05 Thread Sannyasin Brahmanathaswami via use-livecode
Mine is working, I'm wondering if I can put it a dropbox for you. (4.6 GB) Or does it put your "machine signature" on it when you install it. I remember having to "down grade it" to build-tools 29.0.01 to get it to be seen by LC, BR On 4/5/20, 12:46 PM, "use-livecode on behalf of Skip K

Re: Problems locating Android SDK

2020-04-05 Thread Skip Kimpel via use-livecode
okay, glad it is not just me then. SKIP On Sun, Apr 5, 2020 at 6:29 PM Colin Holgate via use-livecode < use-livecode@lists.runrev.com> wrote: > I manually downloaded Tools from here: > > https://developer.android.com/studio > > And put it into the SDK folder. LiveCode is still not happy. > > > >

Re: Problems locating Android SDK

2020-04-05 Thread Colin Holgate via use-livecode
I manually downloaded Tools from here: https://developer.android.com/studio And put it into the SDK folder. LiveCode is still not happy. > On Apr 5, 2020, at 4:09 PM, matthias rebbe via use-livecode > wrote: > > Hi Skip, > > the problem is that Android Studio 3.6.x does not install Android

Re: Problems locating Android SDK

2020-04-05 Thread Skip Kimpel via use-livecode
Thank you Matthias, however, I had done that already. Unfortunately, the problem still persists. SKIP On Sun, Apr 5, 2020 at 6:10 PM matthias rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Skip, > > the problem is that Android Studio 3.6.x does not install Android command >

Re: Problems locating Android SDK

2020-04-05 Thread matthias rebbe via use-livecode
Hi Skip, the problem is that Android Studio 3.6.x does not install Android command line tools by default. this is an excerpt of the update LC lesson http://lessons.livecode.com/m/2571/l/625198-livecode-and-android-studio Update: Android Studio 3.6 has stopped to install the android command l

Re: Problems locating Android SDK

2020-04-05 Thread Skip Kimpel via use-livecode
Very helpful, thank you Colin. and I knew it would not be that easy. Now I get a message that says "The chosen folder is not a valid Android SDK. Please ensure you have installed it correctly, and enabled support for 9.0 (api 28). I went back into Android Studio and verified the path was co

Re: Problems locating Android SDK

2020-04-05 Thread Colin Holgate via use-livecode
In Finder there is a Go menu, in which you can Go to Folder… Then you type in the path to the hidden user library to get there. The same thing works in open dialogs. When you are pointing LiveCode to the Android SDK, type command-shift-g, and put in: ~/Library/Android/sdk/ That path isn’t exac