Adebayo Jagunmolu
Adebayo Jagunmolu
I sincerely have never seen anyone create a 'new' android context this way. But the trace looks like the error is coming from where the new Context object is created....
What is the status of this? Building shared libraries for android doesn't seem to work
@mlugg Yeah, I did find the flag. Thanks
It actually does something. It compiles your code and gives you some compile error diagnostics. If you save your project and don't have any errors, you can run the project...
I can see a particular useful case for this. We we're building for multiple architectures and we need to set specific environment variables for, say pkg-config to find dependent libraries...
> > One (imho strong) argument to allow this is that we can make really convenient interface implementations > > There's a bit of a problem with this example actually....