shamine
deepin
2017-12-06 16:32 应该就你一个人吧这里 在deepin编译安卓源码
Reply Like 0 View the author
https://bbs.deepin.org/post/149671
我试了下单独安装 libreadline6:i386 没有什么问题,可能是你系统里面有其他包导致依赖问题,或者有没有加 ...
https://bbs.deepin.org/post/149671
试试sudo apt install lib32readline6-dev看看能不能代替?
https://bbs.deepin.org/post/149671
应该就你一个人吧这里 在deepin编译安卓源码
https://bbs.deepin.org/post/149671
换 Ubuntu吧,deepin不适合用于开发.看报错是32位的依赖安装不上去
主要是一个是deepin魔改了一些东西,再 ...
https://bbs.deepin.org/post/149671
没看懂你到底想干什么……前两行增加ppa支持有什么意义么?
而且libreadline6-dev:i386 算是老问题了,国内 ...
https://bbs.deepin.org/post/149671
http://snapshot.debian.org/package/readline6/6.3-8/ 6.3-9版本上游已经移除了对dev支持
https://bbs.deepin.org/post/149671
您好,你说的,
“
另外可以参考论坛之前的帖子:
https://bbs.deepin.org/post/149671
编译通过那就和依赖包没关系了啊,模拟器跑不起来那应该贴模拟器的启动报错不是么…… ...
https://bbs.deepin.org/post/149671
我试了下单独安装 libreadline6:i386 没有什么问题,可能是你系统里面有其他包导致依赖问题,或者有没有加 ...
https://bbs.deepin.org/post/149671
您好,模拟器报错和正常运行信息差别,是多了最后这一行信息,就是哪句 “Segmentation fault”,其他的 ...
https://bbs.deepin.org/post/149671
这个段错误不出意外是模拟器本身报出来的,所以现在应该解决emulator的问题,否则不管你再编译几遍都是一 ...
https://bbs.deepin.org/post/149671
我在7楼已经说了旧版本下载地址,你可以试试http://snapshot.debian.org/package/readline6/6.3-8/ ...
https://bbs.deepin.org/post/149671
这个段错误不出意外是模拟器本身报出来的,所以现在应该解决emulator的问题,否则不管你再编译几遍都是一 ...
Popular Ranking
ChangePopular Events
More
需要安装一个组件libreadline6-dev:i386
尝试如下,
sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
sudo apt-get update
sudo apt-get install libreadline6-dev:i386
输出安装不了的信息
====================================================
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libreadline6-dev:i386 : Depends: libreadline6:i386 (= 6.3-8+b4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
=====================================================
没有这个组件,会最后导致项目编译出来的模拟器镜像无法运行,请问各位专家如何解决这个问题呢?