Tommy Brosman
Tommy Brosman
I was looking through the VS Haxe documentation earlier. I am not sure how to do this. Which file to I specify it in? (settings.json somehwere?)
You mean the haxe.configurations, right? In my case that is my display.hxml. I have multiple sub-projects that each have their own classpaths. To make code completion work across all sub-projects,...
@Gama11 and @ncannasse: I thought about this some more. The root problem is when I edit a file in a multi-hxml project, the debugger doesn't have a way of knowing...
Ah, thank you for pointing out the last part of the instructions. I somehow skipped it the first time I tried this and only populated the contrib folder. Now that...
@suikki In my case dlopen returns null, but dlerror returns null. It is strange there is no dynamic linker error. As for my project setup vs. yours, the only thing...
@suikki FYI, I tested on a couple more virtual devices. I get the same behavior with an Android OS at 5.1 (API 22) and 6.0 (API 23). That disproves my...
@2bt What version of Android Studio are you using? My setup (I'm still hitting the same issue): * NDK 19.2.5345600 * gradle 3.2.0 * CMake 3.10.2.4988404 * Android Studio 3.3.1...
@2bt To find the NDK version in Android Studio: * Go to Tools -> SDK Manager * Click the SDK Tools tab in the middle * Scroll down and you...
I compiled with allocation tracking turned off and now it works. Thanks! Now, real question is is there a way to get the UI to handle allocation telemetry within some...
It has been a while since I thought about this. Coming back to it, I think I was trying to do too many things with a single type. Frames were...