Hi there! Thankyou for making such an amazing interface for integrating bevy inside an Android/iOS app.
I was trying to run two different games in different Activities and wanted to switch between them on click of an button.
The first game runs fine however while switching to another activity I get some error related to init_ndk_context method.
I have confirmed that both the generated .so files of the games are valid and they do run when added individually.
Hi there! Thankyou for making such an amazing interface for integrating bevy inside an Android/iOS app.
I was trying to run two different games in different Activities and wanted to switch between them on click of an button. The first game runs fine however while switching to another activity I get some error related to
init_ndk_context
method.I have confirmed that both the generated
.so
files of the games are valid and they do run when added individually.Link to repo: https://github.com/souvikinator/bevy-rapier-determinism-test-/tree/f/mobile_template
here are the error logs:
Any idea why it is happening?