Android Build Error

panagiotis m merakosp at gmail.com
Sat Apr 15 13:44:33 EDT 2023


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 this bug: https://quality.livecode.com/show_bug.cgi?id=23570

KInd regards,
Panos
--


On Sat, 15 Apr 2023 at 20:21, Dan Friedman via use-livecode <
use-livecode at lists.runrev.com> wrote:

> 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.PagerTitleStrip.updateTextPositions(int,float,boolean)
> Information in locals-table is invalid with respect to the stack map
> table. Local refers to non-present stack map type for register: 37 with
> constraint INT. Info in
> /private/var/folders/f7/33kdx2c501dfsgt687_1c0000gn/T/Temporaryltems/tmp.21643.4AABuSE/35/classes.jar:android×/print/PrintHelperSPrintUriAdapter$1.class:
> Methods with invalid locals information:
> void
> android.print.PrintHelper$PrintUriAdapter$1.onPostExecute(android.graphics.Bitmap)
> Information in locals-table is invalid with respect to the stack map
> table. Local refers to non-present stack map type for register: 2 with
> constraint OBJECT.
>
> Anyone have any thoughts or ideas on this problem?
>
> -Dan
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


More information about the use-livecode mailing list