Quantcast
Channel: BlogJava-Enjoy yourself,and don't care about others' thinking!-随笔分类-Linux
Browsing all 18 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Linux下Openssh的配置

安装和设置 OpenSSH Server Ubuntu 下安装 OpenSSH Server 是无比轻松的一件事情,需要的命令只有一条: sudo apt-get install openssh-server 随后,Ubuntu 会自动下载并安装 openssh server,并一并解决所有的依赖关系。当您完成这一操作后,您可以找另一台计算机,然后使用一个 SSH 客户端软件(强烈推荐...

View Article



Image may be NSFW.
Clik here to view.

Linux下制作Java的Daemon服务程序(系统服务程序)

最后找到了JavaService...

View Article

Image may be NSFW.
Clik here to view.

Ubuntu添加源和安装Java

sudo nano /etc/apt/sources.list 1. 添加下面的语句到文件中,保存即可添加apt-get源了 deb http://run.hit.edu.cn/ubuntu/ jaunty main restricted universe multiverse deb-src http://run.hit.edu.cn/ubuntu/ jaunty main restricted...

View Article

Image may be NSFW.
Clik here to view.

编译Android源码

     摘要: Android Build System In this document Understanding the makefile Layers Building the Android Platform Building the Android Kernel Build Variants Android ...  阅读全文TiGERTiAN 2010-05-30 17:33 发表评论

View Article

Image may be NSFW.
Clik here to view.

Please increase the size of APT::Cache-Limit问题的解决方法

编辑 /etc/apt/apt.conf.d/70debconf 加入 APT::Cache-Limit "33554432";或者更大的空间数值 保存 执行sudo apt-get autoclean 执行sudo apt-get update即可 TiGERTiAN 2010-09-17 08:22 发表评论

View Article


Image may be NSFW.
Clik here to view.

android在ubuntu桌面系统下编译可能的错误和解决方法

Ubuntu9.10默认安装的纯净系统,没装任何其他软件。   1.下载源码android-2.1_r2,直接make   2.出错及解决如下:   (1)/bin/bash: bison: command not found   解决:a@ubuntu:~/work/android-2.1_r2$ sudo apt-get install bison   (2)make: *** No rule...

View Article

Image may be NSFW.
Clik here to view.

Compiling Android 2.2 Froyo source On Mac OS X 10.6 Snow Leopard

     摘要: Here are the steps. 1. Install XCode, Macports, repo, etc. I assume everyone knows how to do this. Follow the instructions from the Get Android Source Code page. Just remember to create a ......

View Article

Image may be NSFW.
Clik here to view.

Using eclipse with android source

sing Eclipse This document will help you set up the Eclipse IDE for Android platform development. Note: if you are looking for information on how to use Eclipse to develop applications that run on...

View Article


Image may be NSFW.
Clik here to view.

Configuring a New Product of Android 2.2 Froyo

     摘要: Configuring a New Product In this document Detailed Instructions New Product File Tree Product Definition Files Detailed Instructions The steps below describe h...  阅读全文TiGERTiAN 2010-09-24...

View Article


Image may be NSFW.
Clik here to view.

Building, running, and debugging Android source

There is a lot of confusion surrounding the work flow in the Android source tree, so allow me to simplify: Follow the initial instructions for downloading the source at:...

View Article

Image may be NSFW.
Clik here to view.

Android Froyo基于32 bit Ubuntu 10.10编译问题

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 14.0px 'Heiti SC Light'; color: #333233} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 19.0px; font: 14.0px Arial; color:...

View Article

Image may be NSFW.
Clik here to view.

Froyo build error (libGLES_android_intermediates/egl.o)

Error: make: *** [out/debug/host/linux-x86/pr/sim/obj/SHARED_LIBRARIES/ libGLES_android_intermediates/egl.o] Error 1 Solution: in egl.cpp, at the line 554 : const Region...

View Article

Image may be NSFW.
Clik here to view.

Android源代码编译发生错误fatal error: alsa/asoundlib.h: No such file or directory解决办法

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica} 错误: development/simulator/wrapsim/DevAudio.c:11: fatal error: alsa/asoundlib.h: No such file or directory compilation terminated. make:...

View Article


Image may be NSFW.
Clik here to view.

编译Android 2.3源码

前几天下载了Android 2.3.1的源代码并在Ubuntu 10.04(32位)上编译通过。这篇文章简要记录了下载、编译的过程。 关于搭建Android开发环境的文章已经有很多,本文只简要介绍一下,做为备忘。 [ 编译前的准备 ] 这一步安装获取源代码以及编译所需要的软件,使用如下命令: $ sudo aptitude install git-core gnupg flex bison...

View Article

Image may be NSFW.
Clik here to view.

[解决办法]development/simulator/app/DeviceManager.cpp:8: fatal error:...

development/simulator/app/DeviceManager.cpp:8: fatal error: wx/wxprec.h: No such file or directory p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}...

View Article


Image may be NSFW.
Clik here to view.

64bit Linux下error: gnu/stubs-32.h: No such file or directory错误解决办法

Q. I'm getting the following error while compiling application under CentOS / RHEL / Fedora Linux 64 bit edition: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory How do...

View Article

Image may be NSFW.
Clik here to view.

Android 开发环境建立-gcc 的问题

漫长的编译开始了,当然成功不会一蹴而就的,不出所料,错误出现了 ost C: adb <= system/core/adb/fdevent.c   host Executable: adb (out/host/linux-x86/obj/EXECUTABLES/adb_intermediates/adb)...

View Article


Image may be NSFW.
Clik here to view.

64位Ubuntu 10.10编译Android 2.3.1源代码

1、在虚拟机上安装64位Ubuntu 10.10,安装完成后进行系统升级。 2、将源代码拷贝进去或者下载下来。 3、sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl sun-java6-jdk zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386...

View Article
Browsing all 18 articles
Browse latest View live


Latest Images

Vimeo 10.7.0 by Vimeo.com, Inc.

Vimeo 10.7.0 by Vimeo.com, Inc.

HANGAD

HANGAD

MAKAKAALAM

MAKAKAALAM

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

Vimeo 10.6.1 by Vimeo.com, Inc.

Vimeo 10.6.1 by Vimeo.com, Inc.