A Abílio Magalhães Member Licensed User Longtime User Jan 4, 2016 #1 Hi In past I have build and B4A library from an Eclipse Java Jar. But now I need to use in my library android import's. It is possible to create an Android Library with Android Studio and use it as an B4A library ? Kind regards, Abilio
Hi In past I have build and B4A library from an Eclipse Java Jar. But now I need to use in my library android import's. It is possible to create an Android Library with Android Studio and use it as an B4A library ? Kind regards, Abilio
Erel B4X founder Staff member Licensed User Longtime User Jan 4, 2016 #2 Yes. You can use any editor you like. The simplest way is to compile it with SLC: [Tool] Simple Library Compiler - Build libraries without Eclipse Upvote 0
Yes. You can use any editor you like. The simplest way is to compile it with SLC: [Tool] Simple Library Compiler - Build libraries without Eclipse
A Abílio Magalhães Member Licensed User Longtime User Jan 4, 2016 #3 Hi Erel, I'm building a library that itself calls a 3rd part library (usbserial) and respond to service. Does SLC complile it? It is not to much complex for SLC? Regards, Abilio Upvote 0
Hi Erel, I'm building a library that itself calls a 3rd part library (usbserial) and respond to service. Does SLC complile it? It is not to much complex for SLC? Regards, Abilio
Erel B4X founder Staff member Licensed User Longtime User Jan 5, 2016 #4 SLC can compile anything that Eclipse or Android Studio compile. Upvote 0