This article was reproduced from: https://bbs.deepin.org/forum.php?mod=viewthread&tid=138244&extra=
1. Before you install Android Studio, don't forget to install DEFAULT-JDK first.
2, Terminal tip: Picked up _java_options:-dawt.usesystemaafontsettings=gasp
Workaround: ①# rm/etc/profile.d/java-awt-font-gasp.sh
② or: # MV java-awt-font-gasp.sh Java-awt-font-gasp.sh.bak
③ Re-login system
3. Unable to activate AVD
Deepin cannot install lib64stdc++6 directly using apt install, so add Debian's software source /etc/apt/sources.list to Add a line like this in the file:
Deb http://
Workaround: ①# apt Install lib64stdc++6
②$ CD ~/android/sdk/emulator/lib64/libstdc++
③$ MV Libstdc++.so.6 Libstdc++.so.6.bak
④$ ln-s/usr/lib64/libstdc++.so.6 ~/android/sdk/emulator/lib64/libstdc++
4. AVD no Sound (Legacy system)
Workaround: Download ① in Deepin store PulseAudio
② Start AVD
③ Open PulseAudio
④ Mute the QEMU device
5, AvD no sound (the new system does not need to download PulseAudio)
Workaround: ① Start AVD
② Click the volume icon
③ Mute Cancellation of the AVD application
6. The Android Studio title bar is missing
Workaround: ①view->exit Full Screen
② Click the icon in the top right corner to restore the window
③file->invalidate caches/restart...->just Restart
"Reprint" problems that Android developers may encounter when using deepin15.4