How to use .aar in LiveCode from LiveCodeBuilder

LiveCode Builder is a language for extending LiveCode's capabilities, creating new object types as Widgets, and libraries that access lower-level APIs in OSes, applications, and DLLs.

Moderators: LCMark, LCfraser

Post Reply
yunior.portilla
Posts: 29
Joined: Sat May 30, 2020 12:50 am

How to use .aar in LiveCode from LiveCodeBuilder

Post by yunior.portilla »

Hello,

The LiveCode documentation explains that it is possible to use .aar libraries, I have built a basic one with Android Studio but I could not get my LiveCode Builder library up and running. They could socialize a basic example of using .aar in LiveCode :roll:

Thank you
mrcoollion
Posts: 744
Joined: Thu Sep 11, 2014 1:49 pm

Re: How to use .aar in LiveCode from LiveCodeBuilder

Post by mrcoollion »

Trying to help without any knowledge of using .aar libraries :shock:
Have you seen this? https://livecode.com/docs/9-5-0/extendi ... -livecode/
yunior.portilla
Posts: 29
Joined: Sat May 30, 2020 12:50 am

Re: How to use .aar in LiveCode from LiveCodeBuilder

Post by yunior.portilla »

Thank you very much for your reply

I have reviewed the documentation and it says that you can use .aar, but they do not give any example. I have created widget and libraries using LiveCode Buielder and os .jar work perfectly for me, but I could not get a .aar to work.

So I would like to see an example of integration with .aar as it appears for .jars in the documentation.

Regards
Post Reply