Hi,
Some questions about compiling a library
First one : When I write
I have an error : Error description: Error parsing attribute: #LibraryName MyLibrary
I have also errors with LibraryAuthor et LibraryVersion
Why ?
Second question : My library (1 Class Module) uses 2 image files. These files are added in the file panel of the project used to compile the library.
But if I use the library in another project, these 2 files are missing and I have to add them to the files of the project. So my question is : how to include the 2 image files in the .jar file ?
Thanks
Some questions about compiling a library
First one : When I write
B4X:
#Region Project Attributes
#ApplicationLabel: B4A Example
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#LibraryName MyLibrary
#End Region
I have an error : Error description: Error parsing attribute: #LibraryName MyLibrary
I have also errors with LibraryAuthor et LibraryVersion
Why ?
Second question : My library (1 Class Module) uses 2 image files. These files are added in the file panel of the project used to compile the library.
But if I use the library in another project, these 2 files are missing and I have to add them to the files of the project. So my question is : how to include the 2 image files in the .jar file ?
Thanks