player-03
player-03
Huh. I was expecting `onDropStart` to be something like JavaScript's [`dragover` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dragover_event), letting you know that the user is currently holding a file over the app. I guess I didn't...
Ok, [I went ahead and implemented the JS fix](https://github.com/ShaharMS/lime/pull/1), and it works pretty well. The question is, should it be part of this pull request? It's technically a breaking change,...
Nah, I already pinged Chris today. I'll just post it in Discord.
Did you try compiling a .so file using Make?
Do you remember what this was trying to accomplish? The title doesn't provide much to go on.
All those error messages are probably caused by the same underlying issue: there's an inaccessible file or folder in one of your asset directories. It's impossible to tell from the...
This error comes from [android-toolchain-clang.xml](https://github.com/HaxeFoundation/hxcpp/blob/master/toolchain/android-toolchain-clang.xml), which is automatically enabled when using NDK 20+. It isn't actually complaining about those four architectures, but about the fifth that Lime tries to compile:...
You'll need Git, but on the plus side, I'm pretty sure it automatically updates submodules. ```cmd > haxelib git lime https://github.com/player-03/lime.git submodules > lime rebuild tools > lime rebuild android...
It didn't update submodules? That's so weird. Either that or it failed to check out the right branch. ~~Ok, let's get some more data.~~ 1. ~~Navigate to /lime/git (or /lime/submodules...
That's strange. Uh... I guess let's find out what does exist. ```bash $ pwd $ ls . $ ls /opt $ ls /opt/hostedtoolcache $ ls /opt/hostedtoolcache/haxe $ ls /opt/hostedtoolcache/haxe/4.2.5 $...