Android Emulator does not work on Ubuntu after upgrading Android Studio to 2.0 - Qt library not found

前端 未结 5 440
栀梦
栀梦 2020-12-31 12:07

Today, I updgraded my Android Studio installation to version 2.0. I updated it manually (download the .zip, because the update mechanism just telled me that there is a new v

5条回答
  •  孤城傲影
    2020-12-31 12:47

    I hope this will solve your problem.
    I had a freshly installed latest Android Studio and perform all basic steps to run a 'Hello World' project in emulator
    but had a same problem while running emulator from avd manager.
    After that i tried running emulator from command line also but faced same problem.
    After long debugging i came to find out that it was missing some core library,
    and then solved the problem by selecting checkbox and install emulator from Android Studio Options.

    Tools -> Android -> SDK Manager -> SDK Tools -> Android Emulator

    And click Apply and Run project again.
    Now its working like a charm.

提交回复
热议问题