Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Android studio 2.3.3 AVD不启动,在sdk目录找不到emulater
Experiences and Insight
949
views ·
1
replies ·
To
floor
Go
acewu
deepin
2017-12-22 00:16
Author
本帖最后由 acewu 于 2017-12-21 16:17 编辑
一直进度条是满的,就是启动不了,看论坛帖子说,要这样
无法启动AVD
deepin无法直接使用apt install安装lib64stdc++6,故要添加debian的软件源在/etc/apt/sources.list 文件中像下面这样添加一行:
deb http:
//
ftp.de.debian.org/debian wheezy main
解决方法:①# 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++
重要的是找不到~/Android/Sdk/emulator/lib64/那个目录啊,系统是15.5 Android studio2.3.3
Reply
Like 0
Favorite
View the author
All Replies
jingle
deepin
2017-12-22 00:45
#1
https://developer.android.com/studio/index.html 下个3.0试试
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Looking Deepin ci 25.2.0 Developer/Unstable repositories
How to fix grub boot menu that has disappeared?
Popular Events
More
一直进度条是满的,就是启动不了,看论坛帖子说,要这样
deb http://ftp.de.debian.org/debian wheezy main
②$ 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++