ChinaUnix.net
相关文章推荐:

Skipping 'ARM EABI v7a System Image Android API 14 revision 2' it depends on 'SDK Platform Androi

OS; FreeBSD4.9 按照要在/usr/ports/java/jdkont color="red">14ont>下make install的提示,下载了许可文件和j2sdk的安装包到/usr/ports/dis...(忘了全名了:oops: )/。 但是在/usr/ports/java/jdkont color="red">14ont>下安装的时候提示说没有j2sdk的包。touch更新了之后问题依旧;make clean之后问题也不能解决。 但是,包就在那个目录下啊。 请问,要如何解决?

by 零二年的夏天 - BSD - 2005-06-09 22:01:15 阅读(1753) 回复(12)

相关讨论

by figofuture - 移动操作系统 - 2011-12-23 01:19:37 阅读(915) 回复(0)

最近用AT91SAM9261EK這塊開發板執行影像處理的程式,發現所耗費的時間實在是有點沒辦法接受,僅僅對512x512的圖片執行 轉灰階 和 Canny 測邊,就花了將近25秒,更不用說人臉辨識了= = gcc cross-compiler在compile program的時候,對於浮點數運算會預設使用硬體浮點運算FPA(Float Point Archont color="red">itont>ecture),而沒有FPA的CPU,會使用FPE(Float Point Emulation),而使用FPE速度上會受到極大的限制,所以就由ont color="red">EABIont>(Embedded Application Bi...

by iibull - Linux文档专区 - 2009-02-06 15:29:58 阅读(1520) 回复(0)

Posted by Xavier Ducrohet, ont color="red">Androidont> SDK Tech Lead on 18 October 2011 at 8:00 PM

Today we are announcing ont color="red">Androidont> 4.0, Ice Cream Sandwich — a new version of the Platform that brings a refined, unified user experience for phones, tablets, and more.

ont color="red">Androidont> 4.0 builds on the things people love most about ont color="red">Androidont> — efficient multont color="red">itont>asking, rich notifications, customizable home screens,...

by figofuture - 移动操作系统 - 2011-12-23 03:25:33 阅读(784) 回复(0)

ontent">

As we announced at Google I/O, today we are releasing version 3.1 of the ont color="red">Androidont> Platform. ont color="red">Androidont> 3.1 is an incremental release that builds on the tablet-optimized UI and features introduced in ont color="red">Androidont> 3.0. ont color="red">itont> adds several new features for...

by figofuture - 移动操作系统 - 2011-12-21 08:41:28 阅读(459) 回复(0)

ont color="red">Androidont> sdk ont color="red">APIont>的层次结构 最近看了几眼ont color="red">Androidont>的java ont color="red">APIont>(4.0版本),稍微整理了一下,由于本人现在并未从事ont color="red">Androidont>开发,有不对的地方还请各位牛人指正一下。 一、系统级:ont color="red">Androidont>.accounts ont color="red">Androidont>.app 1、OS 相关 ont color="red">Androidont>.os ont color="red">Androidont>.os.storage ont color="red">Androidont>.hardware(传感器) ont color="red">Androidont>.securont color="red">itont>y ont color="red">Androidont>.drm(这个应该是为所有app服务的) 2、...

java

by 中关村村草 - Java - 2011-11-15 14:28:50 阅读(1817) 回复(0)

To run google ont color="red">Androidont> on the truely hardware, you may need the google ont color="red">Androidont> file ont color="red">Systemont> ont color="red">Imageont>. Google ont color="red">Androidont> file ont color="red">Systemont> consists of two parts: ont color="red">Systemont> and data. You can find the google ont color="red">Androidont> file ont color="red">Systemont> ont color="red">Imageont> on benno's websont color="red">itont>e: ont color="red">Androidont> fileont color="red">Systemont> ont color="red">Imageont>s You can also extract the google ont color="red">Androidont> file ont color="red">Systemont> by yourself from the ont color="red">Androidont> emulator by the following way: 1. download the google andr...

by xu_xuesheng - 移动操作系统 - 2009-08-15 10:26:41 阅读(2026) 回复(0)

关于ont color="red">EABIont> 什么是ont color="red">EABIont>? Embedded application binary interface, 即嵌入式应用二进制接口,是描述可连接目标代码,库目标代码,可执行文件影像,如何连接,执行和调试,以及目标代码生成过程,和c, c++语言接口的规范,是编译连接工具的基础规范,也是研究它们工作原理的基础,可惜arm的ont color="red">EABIont>迄今为止没有完全订好。作为ont color="red">EABIont>的组成部分有过 程调用规范,可执行文件格式规范,c/c++ ABI规范和调试格式规范。 关于ATPCS 什么是ATPCS,什...

by joely.wu - Linux文档专区 - 2009-02-02 14:37:54 阅读(904) 回复(0)

#!/bin/sh ##http://cross-lfs.org/view/clfs-sysroot/arm/index.html export SRCDIR=/porting/GTK/src/toolchain export LC_ALL=POSIX unset CFLAGS unset CXXFLAGS export CLFS=/usr/local/arm-ont color="red">EABIont> export PATH=${CLFS}/cross-tools/bin:${PATH} export CLFS_HOST="$(echo $MACHTYPE | \ sed "s/$(echo $MACHTYPE | cut -d- -f2)/cross/")" export CLFS_TARGET="arm-none-linux-gnuont color="red">EABIont>" #"arm-unknown-linux-gnu" mkdir -p...

by iibull - Linux文档专区 - 2009-07-31 19:10:14 阅读(1249) 回复(0)

1.耳机监听
系统服务(ont color="red">Systemont>server.java)启动,并新建线程(ServerThread.java)开始服务HeadsetObserver。

class HeadsetObserver extends UeventObserver { 
…… 
public HeadsetObserver(Context context) { 
…… 
startObserving(HEADSET_UEVENT_MATCH); 
inont color="red">itont>(); 

by karl321 - 移动操作系统 - 2011-12-21 08:41:34 阅读(2171) 回复(0)