Re: android build "could not encode class bundle"

2023-03-05 Thread Mike Kerner via use-livecode
> > >> use-livecode@lists.runrev.com> wrote: > > >> > > >> > Do you have the latest version of Build Tools installed? > > >> > > > >> > -- > > >> > Jacqueline Landman Gay |

Re: android build "could not encode class bundle"

2023-03-05 Thread panagiotis m via use-livecode
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: > >> &g

Re: android build "could not encode class bundle"

2023-03-05 Thread Mike Kerner via use-livecode
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 error i'm getting is >> > > could

Re: android build "could not encode class bundle"

2023-03-05 Thread Mike Kerner via use-livecode
> > > > -- > > 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 tryin

Re: android build "could not encode class bundle"

2023-03-05 Thread panagiotis m via use-livecode
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. &g

Re: android build "could not encode class bundle"

2023-03-05 Thread J. Landman Gay via use-livecode
. 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 that error in any of the LC stuff. -- On the

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

Re: Could not encode class bundle

2017-12-23 Thread J. Landman Gay via use-livecode
That was it, I can build now. Finally I can make toast. :) Thanks Panos. On 12/23/17 2:35 PM, panagiotis merakos wrote: Hi Jacque, JDK 1.8 first became acceptable in LC 8.1.1. But if you apply this change locally in a version of LC < 8.1.1, then 1.8 *should* work with LC < 8.1.1 too (have not

Re: Could not encode class bundle

2017-12-23 Thread panagiotis merakos via use-livecode
Hi Jacque, JDK 1.8 first became acceptable in LC 8.1.1. But if you apply this change locally in a version of LC < 8.1.1, then 1.8 *should* work with LC < 8.1.1 too (have not tested that though) https://github.com/livecode/livecode/pull/4403 Best, Panos -- On Sat, Dec 23, 2017 at 7:54 PM, J. La

Re: Could not encode class bundle

2017-12-23 Thread J. Landman Gay via use-livecode
Before I install 1.8, will there be a conflict with older versions of LC that required 1.6 from Apple? I occasionally need to build on different versions for different products. Do you know when 1.8 became acceptable? I remember not too long ago that I had to find and re-install 1.6 in order t

Re: Could not encode class bundle

2017-12-22 Thread J. Landman Gay via use-livecode
and misc. I'm still using the Apple-supplied java installation 1.6.0. Do I need a different one? On 12/22/17 2:26 PM, Ali Lloyd via use-livecode wrote: > Could you put > > "answer the result" > > before > > throw "could not encode class bundle" &

RE: Could not encode class bundle

2017-12-22 Thread Ralph DiMola via use-livecode
: Could not encode class bundle Yes, looking at previous instances of this error I think using JDK 1.8 is the easiest fix. I'm not sure exactly why this changed from DP 10 to 11 though... On Fri, Dec 22, 2017 at 10:04 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wro

Re: Could not encode class bundle

2017-12-22 Thread Ali Lloyd via use-livecode
ng > lang, security, net, and misc. > > I'm still using the Apple-supplied java installation 1.6.0. Do I need a > different one? > > On 12/22/17 2:26 PM, Ali Lloyd via use-livecode wrote: > > Could you put > > > > "answer the result" > > >

Re: Could not encode class bundle

2017-12-22 Thread J. Landman Gay via use-livecode
ning lang, security, net, and misc. I'm still using the Apple-supplied java installation 1.6.0. Do I need a different one? On 12/22/17 2:26 PM, Ali Lloyd via use-livecode wrote: Could you put "answer the result" before throw "could not encode class bundle" in the r

Re: Could not encode class bundle

2017-12-22 Thread J. Landman Gay via use-livecode
45 PM, Mike Kerner via use-livecode wrote: Because in LC you can do that because LC is written largely in LC. On Fri, Dec 22, 2017 at 3:26 PM, Ali Lloyd via use-livecode < use-livecode@lists.runrev.com> wrote: Could you put "answer the result" before throw "could not en

Re: Could not encode class bundle

2017-12-22 Thread Mike Kerner via use-livecode
Because in LC you can do that because LC is written largely in LC. On Fri, Dec 22, 2017 at 3:26 PM, Ali Lloyd via use-livecode < use-livecode@lists.runrev.com> wrote: > Could you put > > "answer the result " > > before > > throw "

Re: Could not encode class bundle

2017-12-22 Thread Ali Lloyd via use-livecode
Could you put "answer the result " before throw "could not encode class bundle" in the revSaveAsAndroidStandalone script? That should give us a clue as to what the error is. On Fri, Dec 22, 2017 at 7:13 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com

Re: Could not encode class bundle

2017-12-22 Thread J. Landman Gay via use-livecode
On 12/22/17 12:56 PM, J. Landman Gay via use-livecode wrote: I'm unable to build an Android app in LC 9dp11, I get "Unable to encode class bundle." I have installed all the Android build tools for every version (17 through 27.0.3), and also the latest SDK Tools (25.2.5) and SDK Platform-tools (

Could not encode class bundle

2017-12-22 Thread J. Landman Gay via use-livecode
I'm unable to build an Android app in LC 9dp11, I get "Unable to encode class bundle." I have installed all the Android build tools for every version (17 through 27.0.3), and also the latest SDK Tools (25.2.5) and SDK Platform-tools (27.0.1). I do not use Android Studio. What else do I need? P

Re: could not encode class bundle

2017-01-22 Thread panagiotis merakos via use-livecode
e Livecode > > *Sent:* Sunday, January 22, 2017 at 4:42PM > > *To:* How To Use Livecode > *Cc:* Panagiotis Merakos > > *Subject:* Re: could not encode class bundle > > > > > My guess is that this error is related to the Android SDK. Which version > of > >

Re: could not encode class bundle

2017-01-22 Thread git.vb via use-livecode
2. In the script editor window that just opened, search for "Could not > encode class bundle" (should be around line 638) > 3. Add "answer the result" just before the "Could not encode class bundle" > line. > 4. Click apply to (temporarily) save this change

Re: could not encode class bundle

2017-01-22 Thread git.vb via use-livecode
a:482)" *From:* How To Use Livecode *Sent:* Sunday, January 22, 2017 at 4:42PM *To:* How To Use Livecode *Cc:* Panagiotis Merakos *Subject:* Re: could not encode class bundle > My guess is that this error is related to the Android SDK. Which version of > Android SDK Buil

Re: could not encode class bundle

2017-01-22 Thread prothero--- via use-livecode
e in the msg box "edit the script of stack revsaveasandroidstandalone" > 2. In the script editor window that just opened, search for "Could not > encode class bundle" (should be around line 638) > 3. Add "answer the result" just before the "Could not encode class bundle"

Re: could not encode class bundle

2017-01-22 Thread panagiotis merakos via use-livecode
ust opened, search for "Could not encode class bundle" (should be around line 638) 3. Add "answer the result" just before the "Could not encode class bundle" line. 4. Click apply to (temporarily) save this change 5. Build an android standalone. What is the exact err

Re: could not encode class bundle

2017-01-22 Thread Mike Bonner via use-livecode
all source > code and debug it by myself? Why who did this message "could not encode > class bundle" was not thinking to set a more useful message? > > Current environment: > Win 7-64 > Java 1.7_80 (32/64) > Android SDK full installed > Android device 4.1 > Virt

could not encode class bundle

2017-01-22 Thread git.vb via use-livecode
Hi all, Why is so difficult to make a simple android app? Why I get every time this error? What I need? To download all source code and debug it by myself? Why who did this message "could not encode class bundle" was not thinking to set a more useful message? Current environment: Win

RE: ERROR: Android: Could not encode class bundle

2016-12-20 Thread Paul Richards
] On Behalf Of Dan Friedman Sent: 19 December 2016 23:37 To: use-livecode@lists.runrev.com Subject: ERROR: Android: Could not encode class bundle Anyone know where to look to resolve this error when building a standalone for Android: “There was an error while saving the standalone application c

Re: ERROR: Android: Could not encode class bundle

2016-12-19 Thread Dan Friedman
Panos, After posting the result, I did a little research and found that "Unsupported major.minor version 52.0” refers to Java 1.7. Turns out that you have to have Java 1.8. Seems that Android Studio is pointing to the old version (1.7). So, I manually removed 1.6 and downloaded and installed

Re: ERROR: Android: Could not encode class bundle

2016-12-19 Thread Dan Friedman
.loadClass(ClassLoader.java:247) What do you think? Thanks!!! -Dan > Hi Dan, > > I suggest you add a > "answer the result " > > before > > throw "could not encode class bundle" > > in revSaveAsAndroidStandalone script > > Then try aga

Re: ERROR: Android: Could not encode class bundle

2016-12-19 Thread panagiotis merakos
Hi Dan, I suggest you add a "answer the result " before throw "could not encode class bundle" in revSaveAsAndroidStandalone script Then try again to create an Android standalone, and post here the full error. Hopefully this will be more descriptive. Best, Panos. On 19

ERROR: Android: Could not encode class bundle

2016-12-19 Thread Dan Friedman
Anyone know where to look to resolve this error when building a standalone for Android: “There was an error while saving the standalone application could not encode class bundle” I’ve built many Android apps in the past without a problem. Recently updated to OSX 10.12.1, and LC 8.1.1. I’ve