viromedia / virocore

ViroCore cross-platform AR/VR renderer
MIT License
360 stars 108 forks source link

Support for Android Studio Emulator #57

Open ciama opened 6 years ago

ciama commented 6 years ago

I have a problem while trying to run an ARHelloWorldAndroid app in Android Studio Emulator on Mac.

I use Android Studio 3.1 installed on Mac with osx 10.13.3 (High Sierra) My virtual device is Pixel 2 with Android 8.1.0 API 27 revision 4, CPU x86

Build is successful, but when trying to Run an app on AVD i have an error: Application Installation Failed zrzut ekranu 2018-03-21 o 10 58 57

I tried update the gradle with code:

splits {
        abi {
            enable true
            reset()
            include 'x86', 'armeabi-v7a'
            universalApk true
        }
    }

But with no success. Error disappear but application keeps closing.

What could causing the problem?

Thank You in advance!

dam00n commented 6 years ago

@ciama Viro currently does not work with Android Studio Emulator. You will have to run and test on your device, the Pixel 2 you have. Are you having any issues with that?

We are looking into support for Android Studio Emulator and will update this issue when we have more info

ciama commented 6 years ago

Thanks, that explains everything. Looking forward on support for Emulator too.

israNascimento commented 5 years ago

any update?

lvidal1 commented 4 years ago

Any update on this?