Re: Android Build Woes on Mac

2017-04-01 Thread Sannyasin Brahmanathaswami via use-livecode
"Oh duh…"  you were right… I had deleted my settings in an attempt to see if 
some corruption there was causing other issues. For some reason LC finds the 
xCode mobile without going back to the preferences, but not the Android SDK.  
Now working again, thanks

I have it installed in a non-standard location 

/Documents/app-development/android-sdk-macosx

is there a better location that LC will find by default if we delete settings? 
or does one always need to go back to preferences?

 
Panos:

Hi Brahmanathaswami,

This probably means that LC does not find the android SDK. Go to LC
Preferences -> Mobile Support and make sure the path to android SDK is set
and valid.

Best
Panos

---
 BR wrote:

last week things were flowing well in Mac OS X Sierra w LC 9DP5

I could plug in my Nexus 5 via USB, check for Android build in the SB
settings and ti would appear in the menu as a test target and I could
deploy very fast. 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Android Build Woes on Mac

2017-03-31 Thread panagiotis merakos via use-livecode
Hi Brahmanathaswami,

This probably means that LC does not find the android SDK. Go to LC
Preferences -> Mobile Support and make sure the path to android SDK is set
and valid.

Best
Panos

On 1 Apr 2017 06:25, "Sannyasin Brahmanathaswami via use-livecode" <
use-livecode@lists.runrev.com> wrote:

last week thinks were flow well in Mac OS X Sierra w LC 9DP5

I could plug in my Nexus 5 via USB, check for Android build in the SB
settings and ti would appear in the menu as a test target and I could
deploy very fast. in fact that was so much more convenient than iOS builds
that I didn't even both to test on iOS since for the most part if I can get
it working on Android, it always works on my iPhone 6+

But then a few days ago, nothing I can do in LC will make the phone appear
in the menu. at someone' recommendation I cd's into the Android SDK folder
and ran these commands

Brahmanathaswami-3:platform-tools Brahmanathaswami$ ./adb kill-server
* server not running *
Brahmanathaswami-3:platform-tools Brahmanathaswami$ ./adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Brahmanathaswami-3:platform-tools Brahmanathaswami$ ./adb devices
List of devices attached
06d7a4fd439cf2c5  device

so apparently, my Mac and the Android SDK see the device. But Livecode
doesn't

Think perhaps this is just a new LC IDE quirk I went ahead and tried to
build to disk..

LC tries but fails to build the Android Standalone  saying

"There was an error while saving the
standalone applications
could not compile application class."

"OK"

Any clues what is wrong? I don't think I changed anything mission critical
since it was working last week.I'm targetting 4.1 - Jelly Bean

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Android Build Woes on Mac

2017-03-31 Thread Sannyasin Brahmanathaswami via use-livecode
last week thinks were flow well in Mac OS X Sierra w LC 9DP5

I could plug in my Nexus 5 via USB, check for Android build in the SB settings 
and ti would appear in the menu as a test target and I could deploy very fast. 
in fact that was so much more convenient than iOS builds that I didn't even 
both to test on iOS since for the most part if I can get it working on Android, 
it always works on my iPhone 6+

But then a few days ago, nothing I can do in LC will make the phone appear in 
the menu. at someone' recommendation I cd's into the Android SDK folder and ran 
these commands

Brahmanathaswami-3:platform-tools Brahmanathaswami$ ./adb kill-server
* server not running *
Brahmanathaswami-3:platform-tools Brahmanathaswami$ ./adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
Brahmanathaswami-3:platform-tools Brahmanathaswami$ ./adb devices
List of devices attached
06d7a4fd439cf2c5  device

so apparently, my Mac and the Android SDK see the device. But Livecode doesn't

Think perhaps this is just a new LC IDE quirk I went ahead and tried to build 
to disk..

LC tries but fails to build the Android Standalone  saying

"There was an error while saving the
standalone applications
could not compile application class."

"OK"

Any clues what is wrong? I don't think I changed anything mission critical 
since it was working last week.I'm targetting 4.1 - Jelly Bean

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode