Re: Android Build Error

2023-04-15 Thread panagiotis m via use-livecode
Hello Dan, This is caused because the version of the build-tools you have installed is > v32 You have to uninstall this version of the build tools and install a version among v30 and v31. I suggest v30.0.3, which is extensively tested - as recommended in the LC lesson about Android Studio. See

Android Build Error

2023-04-15 Thread Dan Friedman via use-livecode
I am trying to build my Android App with the latest version of 10.0.0 DP-5. However, when I build the app, I get this error: There was an error while saving the standalone application could not encode class bundle - error: Methods with invalid locals information: void android.viewpager.widget

Re: android build "could not encode class bundle"

2023-03-05 Thread Mike Kerner via use-livecode
thanks, panos. i had 30.0.3 installed, but the newer studio also installed a newer version, which i had to uninstall. On Sun, Mar 5, 2023 at 3:31 PM panagiotis m via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello Mike, > > You can use the SDK Manager that is included in Android Stud

Re: android build "could not encode class bundle"

2023-03-05 Thread panagiotis m via use-livecode
Hello Mike, You can use the SDK Manager that is included in Android Studio. See the section “Installing the required SDK Tools” from this lesson: https://lessons.livecode.com/m/2571/l/625198-livecode-and-android-studio To allow older versions to show, check "Show Package Details" at the bottom r

Re: android build "could not encode class bundle"

2023-03-05 Thread Mike Kerner via use-livecode
chipmunk, still error On Sun, Mar 5, 2023 at 3:20 PM Mike Kerner wrote: > how do we check the version we have installed? > i downgraded to Dolphin, but i'm still getting the error. > > On Sun, Mar 5, 2023 at 1:41 PM panagiotis m via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hel

Re: android build "could not encode class bundle"

2023-03-05 Thread Mike Kerner via use-livecode
how do we check the version we have installed? i downgraded to Dolphin, but i'm still getting the error. On Sun, Mar 5, 2023 at 1:41 PM panagiotis m via use-livecode < use-livecode@lists.runrev.com> wrote: > Hello all, > > It is this bug: > > https://quality.livecode.com/show_bug.cgi?id=23570 > >

Re: android build "could not encode class bundle"

2023-03-05 Thread panagiotis m via use-livecode
Hello all, It is this bug: https://quality.livecode.com/show_bug.cgi?id=23570 See the report for a workaround. Kind regards, Panos On Sun, 5 Mar 2023, 19:49 J. Landman Gay via use-livecode, < use-livecode@lists.runrev.com> wrote: > Do you have the latest version of Build Tools installed? > >

Re: android build "could not encode class bundle"

2023-03-05 Thread J. Landman Gay via use-livecode
Do you have the latest version of Build Tools installed? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 4, 2023 4:42:05 PM Mike Kerner via use-livecode wrote: android n00b, here. i'm trying to do a build for android. The erro

android build "could not encode class bundle"

2023-03-04 Thread Mike Kerner via use-livecode
android n00b, here. i'm trying to do a build for android. The error i'm getting is could not encode class bundle - error Methods with invalid locals information: void androidx.print.PrintHelper$PrintUrlAdapter$1.onPostExecute(android.graphics.bitmap) it continues, but I can't find a reference to

RE: Android build

2023-02-21 Thread Paul Richards via use-livecode
36 PM To: How to use LiveCode Cc: Paul Richards Subject: Android build Hi , all. Has anybody else had issues creating an existing app in 9.6.9 RC 2 for Android only ? In 9.6.8 I am able to push the app straight to my tablet from the IDE without issue, I can also save as standalone without issue.

RE: Android build

2023-02-21 Thread Ralph DiMola via use-livecode
e LiveCode Cc: Paul Richards Subject: Android build Hi , all. Has anybody else had issues creating an existing app in 9.6.9 RC 2 for Android only ? In 9.6.8 I am able to push the app straight to my tablet from the IDE without issue, I can also save as standalone without issue. In 9.6.8 RC2 whe

Android build

2023-02-21 Thread Paul Richards via use-livecode
Hi , all. Has anybody else had issues creating an existing app in 9.6.9 RC 2 for Android only ? In 9.6.8 I am able to push the app straight to my tablet from the IDE without issue, I can also save as standalone without issue. In 9.6.8 RC2 when I try to push app to device from the IDE I get "in

Re: Which Android build?

2021-06-02 Thread Tom Glod via use-livecode
THank you Jacqueline. On Tue, Jun 1, 2021 at 11:06 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > I usually just build for the two arm architectures. When I was looking > into > it, there are no X-86 devices made any more and those that are still > around > are very

Re: Which Android build?

2021-06-01 Thread J. Landman Gay via use-livecode
I usually just build for the two arm architectures. When I was looking into it, there are no X-86 devices made any more and those that are still around are very old. Google doesn't care which ones you choose. Soon, however, we're going to need to implement app bundles which LC doesn't yet supp

Which Android build?

2021-06-01 Thread Tom Glod via use-livecode
Hi Folks, Maybe I'm just missing it, but I'm having a hard time tracking down which of the build schemas to use for Android to be acceptable in the Google PlaystoreI know there was a change there in the recent past. Thanks. -- Tom Glod Founder & Developer MakeShyft R.D.A (www.makeshyft.com)

Re: Android build executable on test device fails

2018-01-14 Thread J. Landman Gay via use-livecode
On 1/13/18 7:04 PM, Nicolas Cueto via use-livecode wrote: And now a new problem. The SDK and JDK paths have disappeared. Just now installed 8.0.2, pointed it to the SDK root path that worked with 8.1.8, but got the error "chosen folder not a valid Android SDK". And, opening 8.1.8 to confirm the

Re: Android build executable on test device fails

2018-01-13 Thread Nicolas Cueto via use-livecode
blank and the JDK path has returned to "(none)". Why?!? Argh!!! -- Nicolas Cueto On 14 January 2018 at 09:43, MWCM via use-livecode < use-livecode@lists.runrev.com> wrote: > > > Date: Sun, 14 Jan 2018 09:15:48 +0900 > > From: Nicolas Cueto > > To: How

Re: Android build executable on test device fails

2018-01-13 Thread MWCM via use-livecode
> Date: Sun, 14 Jan 2018 09:15:48 +0900 > From: Nicolas Cueto > To: How to use LiveCode > Subject: Re: Android build executable on test device fails > Message-ID: > > Content-Type: text/plain; charset="UTF-8" > > The problem is on 8.1.8. > > A

Re: Android build executable on test device fails

2018-01-13 Thread Nicolas Cueto via use-livecode
Found the thread ("Error while saving standalone 8 & 9"), and, yes, widget problem. But my stack is simply a field and two buttons. No widgets. So, still stuck. -- Nicolas Cueto On 14 January 2018 at 09:15, Nicolas Cueto wrote: > The problem is on 8.1.8. > > Any idea what the subject of that t

Re: Android build executable on test device fails

2018-01-13 Thread Nicolas Cueto via use-livecode
The problem is on 8.1.8. Any idea what the subject of that thread was? -- Nicolas Cueto On 13 January 2018 at 20:15, MWCM via use-livecode < use-livecode@lists.runrev.com> wrote: > > > Testing on an Android device, the "Standalone builder progress" window > > shows first "Building classes" and

Re: Android build executable on test device fails

2018-01-13 Thread MWCM via use-livecode
> Testing on an Android device, the "Standalone builder progress" window > shows first "Building classes" and then for a brief moment "Building > executable", after which an error window reads "Unable to build app for > testing: could not open module file". > > Searched the forums but no mention

Android build executable on test device fails

2018-01-12 Thread Nicolas Cueto via use-livecode
Testing on an Android device, the "Standalone builder progress" window shows first "Building classes" and then for a brief moment "Building executable", after which an error window reads "Unable to build app for testing: could not open module file". Searched the forums but no mention at all of thi

Debugging Session Called on Android Build But Not Set

2017-04-01 Thread Sannyasin Brahmanathaswami via use-livecode
--I have unchecked the remoteDebugger in the Standalone builder inclusions list --There are no break point in any stacks --Script debug mode is unchecked in the IDE menus Why does LC prompt me if I want to run remote debugging when I test to Android? LC9dp5 BR __

Re: Android Build Woes on Mac

2017-04-01 Thread Sannyasin Brahmanathaswami via use-livecode
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 bu

Re: Android Build Woes on Mac

2017-03-31 Thread panagiotis merakos via use-livecode
unrev.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

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

Re: Android build woes again

2016-05-07 Thread Richard Gaskin
Mark Wieder wrote: On 05/06/2016 10:56 AM, Richard Gaskin wrote: Just setting up v8 for Android deployment, and I've got the SDK path fine but no matter which JDK path I choose I get the dreaded "The chosen folder is not a valid JDK" warning. What should I be using? I've tried nearly every fo

Re: Android build woes again

2016-05-06 Thread Mark Wieder
On 05/06/2016 10:56 AM, Richard Gaskin wrote: Just setting up v8 for Android deployment, and I've got the SDK path fine but no matter which JDK path I choose I get the dreaded "The chosen folder is not a valid JDK" warning. What should I be using? I've tried nearly every folder in /usr/lib/jvm/

Re: Android build woes again

2016-05-06 Thread Roger Eller
I haven't tried it on Linux yet. Mine still works on OS X 10.10.4 at /Users//Library/Android/sdk. ~Roger On Fri, May 6, 2016 at 1:56 PM, Richard Gaskin wrote: > Just setting up v8 for Android deployment, and I've got the SDK path fine > but no matter which JDK path I choose I get the dreaded

Android build woes again

2016-05-06 Thread Richard Gaskin
Just setting up v8 for Android deployment, and I've got the SDK path fine but no matter which JDK path I choose I get the dreaded "The chosen folder is not a valid JDK" warning. What should I be using? I've tried nearly every folder in /usr/lib/jvm/ -- Richard Gaskin Fourth World Systems S