shamine
deepin
2017-12-08 17:19 本帖最后由 shamine 于 2017-12-8 09:28 编辑
卤猪源码哪里下的啊 我在做一个应用 要做闹功能,我想看看源码里面闹钟应用的实现,能不能把原生Clock源码发给我,万分感谢,
卤猪源码哪里下的啊 我在做一个应用 要做闹功能,我想看看源码里面闹钟应用的实现,能不能把原生Clock源码发给我,万分感谢,
Reply Like 0 View the author
https://bbs.deepin.org/post/149671
卤猪源码哪里下的啊 我在做一个应用 要做闹功能,我想看看源码里面闹钟应用的实现,能不能把原生Clock源 ...
https://bbs.deepin.org/post/149671
这是6.0全部代码,没有git文件的,4G压缩包,解压后总代码13G,解压需要20分钟,当然你可以单个解压。
htt ...
https://bbs.deepin.org/post/149671
这是6.0全部代码,没有git文件的,4G压缩包,解压后总代码13G,解压需要20分钟,当然你可以单个解压。
htt ...
https://bbs.deepin.org/post/149671
请问 软件们都在那个文件夹啊 找不到 不熟悉 源码结构
https://bbs.deepin.org/post/149671
您好,应用的话在,android6.0/packages/apps,闹钟在/android6.0/packages/apps/DeskClock
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.
=====================================================
没有这个组件,会最后导致项目编译出来的模拟器镜像无法运行,请问各位专家如何解决这个问题呢?