philip-alldredge

Results 19 comments of philip-alldredge

As mentioned by @est31, this has been resolved in the git version. The current git now references a new docker image which is more up to date and will resolve...

We'll need to keep in mind that the JNIEnv provided by ANativeActivity cannot be shared with other threads. To create one for another thread requires using JavaVM and attaching a...

Can you try things with the master version of cargo-apk? The build process has changed substantially. The current version isn't available on crates.io yet. Waiting for #221 to be resolved....

I am unaware of any examples that use a GUI.

The current git version no longer uses gradle. Can you clarify what you need cargo apk to do to support your use case?

When this is fixed, android_glue should be published as well. Do we want to run Circle CI or travis or both? I noticed that, unlike android_glue, tomaka is the only...

This is likely the same as #230 and is caused by a regression in the build system. The fix is waiting to be merged #232. Do you mind trying it...

@Nirklav @mb64 FYI. I was able to build using #232.

Great. Thanks for letting me know.