Marco Craveiro
Marco Craveiro
Hi, This issue is related to #3 I believe. I also bumped into this problem. I tried doing a quick hack to get the driver to compile, available as a...
Hi @Maddimax, Thanks very much for a very useful tool. Further to your answer to @kitech, is it also possible to have a more "native" workflow using CMake and Ninja...
Thanks for the very prompt response @Maddimax, and excellent news! As I am only targeting android and as I intend to do this as a learning exercise, I will try...
Wow, that would be awesome, whenever that happens! I'm sure you get a lot of non-requested feedback so I'll try not to spam you too much :-) but let me...
For anyone reading this ticket, and wanting to setup a "really" native environment, here's a SO question [1] on how to build an APK manually. It also has a C++...
@Maddimax are there any documents explaining how boden "binds" to java, by any chance? I mean, I just about got my head around the whole Native Activity and ```android_native_app_glue.h``` kind...
Ah, I think I get it, its ```NativeInit.java``` and ```NativeRootActivity.java```! OK, I think I'm understanding this now. So if I got this right, I should be able to create a...
Thanks @SimonKagstrom. By the by, may I just add that, after years of gcov and associated tooling, kcov was a joy to setup! I had even given up on having...
I wasn't even aware of ```bm-show```, thanks a lot for that :-) But yes that would be pretty cool.
Thanks very much for this project, its extremely interesting and I will be using it on my projects. As the other posters, I too would prefer for it to be...