I created CustomView. I want to export it as library. How do I import .bal files into the .jar file?
G GzmZlm New Member Licensed User Apr 10, 2017 #1 I created CustomView. I want to export it as library. How do I import .bal files into the .jar file?
Erel B4X founder Staff member Licensed User Longtime User Apr 10, 2017 #2 It is not possible. You will need to distribute the layout files together with the jar and xml files.
It is not possible. You will need to distribute the layout files together with the jar and xml files.
G GzmZlm New Member Licensed User Apr 10, 2017 #3 Ok thanks. Can you add this feature in new version?
Erel B4X founder Staff member Licensed User Longtime User Apr 10, 2017 #4 Moved to the wishlist forum. Note that it is possible to embed regular files in the jar with some work: https://www.b4x.com/android/forum/threads/embedding-files-in-compiled-libraries.37689/#content However it will not work properly with layout files.
Moved to the wishlist forum. Note that it is possible to embed regular files in the jar with some work: https://www.b4x.com/android/forum/threads/embedding-files-in-compiled-libraries.37689/#content However it will not work properly with layout files.