編輯:關於Android編程
On google's page "Initializing a Build Environment"
I got this to install sun-java6-jdk, cause I have to compile android 4.0, and open-jdk cannot help me
$ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
$ sudo apt-get update
$ sudo apt-get install sun-java6-jdk
However, when I execute the lines above, I still cannot install sun-java.
The solutions lies lines below, that is:
$ sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu hardy main multiverse"
$ sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu hardy-updates main multiverse"
$ sudo apt-get update
and then
you can
$ sudo apt-get install sun-java6-jdk
Day01 html與css基礎入門 1.html的常見標簽和實戰 1.1 a標簽 點我送福利哦! // target屬性值_blank表示另取空白頁打開網
微信公眾號有很多都做刮刮樂的活動,本文就實現了刮刮樂的效果,具體代碼如下:首先要做一個類似橡皮擦的東西吧,然後才能把紙上的筆跡擦除 /** * FileN
一般而言在Android上使用JAVA實現彩圖轉換為灰度圖,與J2ME上的實現方法類似,不過遇到頻繁地轉換或者是大圖轉換時,就必須使用NDK來提高速度了。本文主要通過JA
先來看看效果:首先來分析一下:這個菜單可以分成三個菜單:1.一級菜單(即最內圈那個菜單)2.二級菜單(即中間圈那個菜單)3.三級菜單(即最外圈那個菜單)首先,可以將這三個