Re: Android SDK on GERMAN Windows system, WHERE?

2025-05-27 Thread panagiotis merakos via use-livecode
Hello Klaus, The folder C:/Users//AppData/Local/Android/sdk should exist - but note the AppData folder is hidden by default, so you will have to enable showing hidden folders. Hope this helps. Panos On Tue, 27 May 2025, 17:24 Paul Richards via use-livecode, < use-livecode@lists.runrev.com> wrote

Re: Android SDK on GERMAN Windows system, WHERE?

2025-05-27 Thread Klaus major-k via use-livecode
Hi Panos, > Am 27.05.2025 um 20:35 schrieb panagiotis merakos via use-livecode = : >=20 > Hello Klaus, >=20 > The folder C:/Users//AppData/Local/Android/sdk should exist = - but > note the AppData folder is hidden by default, so you will have to = enable > showing hidden folders. >=20 > Hope this

Re: Inclusions issue when building standalones

2025-05-27 Thread Bob Sneidar via use-livecode
SSBhbSBub3RpY2luZyB0aGUgbGlzdCBzZWVtcyB0byBiZSB3b3JraW5nIHdpdGhvdXQgYWxsIHRo ZSBleHRyYSBjaGFyYWN0ZXJzLCBvciBiZWluZyBiYXNlNjQgZW5jb2RlZC4gDQoNClRoYXQgYmVp bmcgc2FpZCwgQXV0byBJbmNsdXNpb24gc2VlbXMgdG8gYmUgbGVzcyB0aGFuIGZ1bmN0aW9uYWws IGRlcGVuZGluZyBvbiB3aGF0IGluY2x1c2lvbnMgeW91IG5lZWQuIE1vc3QgcGVvcGxl

Android SDK on GERMAN Windows system, WHERE?

2025-05-27 Thread Klaus major-k via use-livecode
Hi friends, I am about to lose a student because it is so =C2=A7[}*** complicated to intall the neccessary Android stuff. We already spent a couple of hours on that, no dice... :-/ If we cannot make that work, LC will lose a paying customer, too. We did as indicated in this lesson: =

Re: Android SDK on GERMAN Windows system, WHERE?

2025-05-27 Thread Paul Richards via use-livecode
Hi Klaus, If you are using Android Studio, you can specify the location where you wi= sh the SDKs to reside. In my example, I specified D:\Android\SDK. I can then navigate to folder a= nd see it's contents. In Livecode, my location of SDK is D:/Android/SDK When viewing the settings of Android

Re: Inclusions issue when building standalones

2025-05-27 Thread jbv via use-livecode
Hi list, For the record, I found the origin of my problem : a substack features a datagrid that was somehow corrupted, and it was the mess with inclusions in standalones, although it was working fine in the IDE. Replacing the faulty datagrid by a new one solved the problem. BTW I was wondering :