SDKLauncher-Android
SDKLauncher-Android copied to clipboard
Windows Eclipse build: symbolic links in asset/readium-shared-js not working?
I add to manually delete these files, then copy/paste the actual folders from ../../../readium-shared-js/:
https://github.com/readium/SDKLauncher-Android/blob/develop/SDKLauncher-Android/assets/readium-shared-js/js
https://github.com/readium/SDKLauncher-Android/blob/develop/SDKLauncher-Android/assets/readium-shared-js/lib
https://github.com/readium/SDKLauncher-Android/blob/develop/SDKLauncher-Android/assets/readium-shared-js/static
Note that this will still be the case when we merge feature/plugins to develop:
https://github.com/readium/SDKLauncher-Android/tree/feature/plugins/SDKLauncher-Android/assets/readium-shared-js/builds
(as you can see though, the symbolic links have changed)
I am currently using the x86 ReadiumSDK build so I can debug the Android launcher app in a hardware-accelerated emulator on my Windows machine. The symbolic links really get in the way, as they are not consistently supported across platforms, and prone to break during git operations (pull, merge, etc.).
https://github.com/readium/SDKLauncher-Android/tree/feature/android-NDK-x86/
https://github.com/readium/readium-sdk/tree/feature/android-NDK-x86/
Need to revisit this now that the restructuring/plugins has been merged to develop