Java Question [solved] create the XML file that describes the file to the IDE for a jar file / library

MarkusR

Well-Known Member
Licensed User
Longtime User
Therefore together with each jar file there is an XML file that describes the file to the IDE. This file also holds the documentation for the online help.
The XML file is created by using a custom Javadoc tool.

ömm,
i have a 3d example for android studio and me thought i can make my own library there for using in b4a.
i know how to make a java library .jar in android studio project and now i need this .xml for b4a ide.
is there maybe a online service to just upload a .jar and get a .xml out?
or just a exe or java app that can do this?

https://android-coffee.com/tutorial-how-to-draw-3d-photo-cube-in-android-studio-1-4/
(i not like android studio and i not like eclipse because millions of files and folders)

how to make a library there
https://developer.android.com/studio/projects/android-library.html
 

DonManfred

Expert
Licensed User
Longtime User
You dont need Eclipse and even not Android Studio if you dont want.
You can use Notepadd++ if you like.
you can use SLC (SimpleLibrarycompiler) to create jar and xml
 

MarkusR

Well-Known Member
Licensed User
Longtime User
Last edited:
Top