Armeabi-v7a android devices failed to start

ELEMENT Icy 1 Reputation point
2021-06-04T11:20:56.973+00:00

Hello,
Im new to android development.
Im currently trying to develop an android app using C#.

But when I trying to start The Devices

Screenshot_2021-06-04_191433.png

It will just stuck on ANDROID splash and then become black screen.I tried to click on power button,
but after pressing it like 30 minutes

It just became completely white:

Screenshot_2021-06-04_191722.png

Please help me!
I stuck on this like a month

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,404 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JarvanZhang 23,966 Reputation points
    2021-06-07T03:06:48.143+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    First right click the Android project -> Properties -> Android Option -> Advanced to make sure the Armeabi-v7a option has been selected.

    The Android emulator runs too slowly if hardware acceleration is not available on the computer that runs it. So please enable the Hardware Acceleration for emulator performance on your pc, there are two technologies: Hyper-V and HAXM. Check the doc.

    Running an x86 based Android Virtual Device is 10x faster than other architechures. It's strongle recommended using an x86 AVD.

    Best Regards,

    Jarvan Zhang


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.