I have a folder in my project named "Libraries", and inside, I have Lubos's sharing library (https://github.com/luboslenco/share_kha). I append my khafile.js with the following:
project.addLibrary('share_kha');
I export to android-native. It says the file ShareKore.h is not found when I try to build+run the project.
I notice that the library is separate from the project folder, hence why it couldn't be found... I could manually fix the path, but I'm wondering if Kha already does it automatically... so what did I do wrong?