有在deepin下开发android系统的么?
Tofloor
poster avatar
stronghill
deepin
2018-06-12 22:43
Author
整了好几天了,用的2.3.3版的studio,能生成apk,就是死活打不开虚拟机调试
Reply Favorite View the author
All Replies
avatar
要讲武德
deepin
2018-06-12 23:35
#1
我试过可以,  你用手机能否调试?
Reply View the author
avatar
yjhenan
deepin
2018-06-13 00:12
#2
好像是某个依赖问题,之前折腾过,现在忘了
Reply View the author
avatar
翻过山峰看见云
deepin
2018-06-13 01:42
#3
studio自带的没用过,genymotion用过没啥问题啊,而且现在studio正式版都到3.0了吧,你升级后再试试
Reply View the author
avatar
s***7@gmail.com
deepin
2018-06-13 07:27
#4
你就算是ubuntu下也有这个问题,倒是Arch一次打开,结论:Arch大法好!

其实论坛有人踩过坑了,搜一下就有了,感谢前辈们。
传送门:
https://bbs.deepin.org/post/138244
Reply View the author
avatar
floatingrain
deepin
2018-06-13 08:06
#5
  1. #!/bin/bash
  2. #TODO:检测是否已经覆盖,如果覆盖则不进行操作。
  3. cd /home/floatingrain/Android/Sdk/emulator/lib64/libstdc++
  4. mv libstdc++.so.6 libstdc++.so.6.old
  5. ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ./
Copy the Code

这是最佳方案
Reply View the author
avatar
130******12
deepin
2018-06-13 08:16
#6
可以,我就是在用
Reply View the author
avatar
impressionyang
deepin
2018-06-13 15:35
#7
没问题呀,虚拟机调试的话建议用genymotion
Reply View the author
avatar
21wmd
deepin
2018-06-13 16:52
#8
我记得在deepin中开发安卓还是挺方便的啊,我见过有人用 eclipse 和其他的东西配合来开发
Reply View the author