virocore icon indicating copy to clipboard operation
virocore copied to clipboard

Support for Android Studio Emulator

Open ciama opened this issue 8 years ago • 4 comments

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!

ciama avatar Mar 21 '18 10:03 ciama

@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

dam00n avatar Mar 21 '18 14:03 dam00n

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

ciama avatar Mar 21 '18 14:03 ciama

any update?

israNascimento avatar Jun 09 '19 22:06 israNascimento

Any update on this?

lvidal1 avatar Aug 13 '19 19:08 lvidal1