Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Android Studio Emulator #57

Open
ciama opened this issue Mar 21, 2018 · 4 comments
Open

Support for Android Studio Emulator #57

ciama opened this issue Mar 21, 2018 · 4 comments

Comments

@ciama
Copy link

ciama commented Mar 21, 2018

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
Copy link
Collaborator

dam00n commented Mar 21, 2018

@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 dam00n changed the title Application Installation Failed - Can't run application on emulator on Mac Support for Android Studio Emulator Mar 21, 2018
@ciama
Copy link
Author

ciama commented Mar 21, 2018

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

@israNascimento
Copy link

any update?

@lvidal1
Copy link

lvidal1 commented Aug 13, 2019

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants