Hi!
I generated a sample app by using the viro react CLI tool and then, after running ./setup_ide.sh android
, I tried to install this app on an emulator running API 24. The app seems to be installed correctly, but when it starts, it closes immediatly. Checking the logs with the logcat tool, it shows that an exception occurred because it couldn’t find libviro_renderer.so. Any help with this?
Thanks in advance.
Hey guys, i just came across this issue after deploying our app to android. I agree with @TheCodeDestroyer that using viro only as a part of a bigger application is a common usecase. E.g. our app consists of more than 20 screens where just a single one uses viro-ar.
I’d like to start a full crossplatform development that requires to display both simulators for android and ios simultaneously.
@dthian Is there any chance to make it work on the simulator for all non-viro screens? Throwing an error when the ar view opens would be ok for me.
Thanks 🙂
I’m in the same boat as oOMoeOo – In my app, A/R is just one of the many features we have. And it’s a paid feature, that’s mostly turned off. Since installing Viro, we can no longer use the Android emulator. We’re fine with not being able to use Viro features in the emulator, but we would like to use the rest of our app.
@Tino-F @ddarren @oOMoeOo
My solution is tricky but you can do:
MainApplication.java
Application.java