mapsme / omim

🗺️ MAPS.ME — Offline OpenStreetMap maps for iOS and Android
Apache License 2.0
4.57k stars 1.15k forks source link

Is it possible to make a apk file combining files to be built separately at each Mac OS and Windows? #6206

Open JeongJun-Lee opened 7 years ago

JeongJun-Lee commented 7 years ago

Like a title, Is it possible to make a apk file combining files to be built separately at each Mac OS and Windows?

Because the mapsme team doesn't support Windows build officially, it's hard to build all completely at Windows. So I am planing to build all core libraries to be interfaced by jni of Android at Mac OS. But I want to build Android UI and then make a apk file with libraries binary built from Mac at Windows. If it's possible, could you give me a guide kindly?

Thanks in advance.

rokuz commented 7 years ago

Hi! Are you going to build libmapswithme.so on MacOS but Java code on Windows? Theoretically it may work, you have to seriously change gradle files. Of course we never did such work, so we can't give you any guide :(