C christianjeannot Member Licensed User Jun 10, 2021 #1 Hello Community, is it possible to release a B4A App on the F-Droid store? Has someone done this already? When I understand the concept from the F-Droid store correctly you also make the source code available. I saw in their restriction documentation that they build the APK themselve by source. Is this correct? If yes can they do this with B4A source? Best regards --Christian
Hello Community, is it possible to release a B4A App on the F-Droid store? Has someone done this already? When I understand the concept from the F-Droid store correctly you also make the source code available. I saw in their restriction documentation that they build the APK themselve by source. Is this correct? If yes can they do this with B4A source? Best regards --Christian
Erel B4X founder Staff member Licensed User Longtime User Jun 11, 2021 #2 The Java source is available under Objects\src, however it will not be simple to compile it without the IDE as their could be many dependencies on resources from Android SDK. Upvote 0
The Java source is available under Objects\src, however it will not be simple to compile it without the IDE as their could be many dependencies on resources from Android SDK.