Android中JNI编程的那些事儿
android JNI 学习笔记1
Using JNINativeMetho
Android JNI 使用的数据结构JNINativeMethod详解
JNI by C++
Android JNI开发入门之二
dolphin's Amazing World
Here are some notes I collected
Just for a reference.
Friday, March 16, 2012
Wednesday, February 1, 2012
Build Environment of Android
Android - Initializing a Build Environment
http://source.android.com/source/initializing.html
One thing to point out: Ubuntu 11.10 did not have lib32readline5-dev. (due to license)
Need to use libreadline-gplv2-dev instead.
Reference: launchpad.net - 11.10 can not apt-get install lib32readline5-dev
Wednesday, January 4, 2012
use Ubuntu Jaunty and Android ADB
# adb kill -server
# sudo adb start -server
# adb devices
# sudo adb start -server
# adb devices
Ubuntu Jaunty and Android ADB
android developers - Setting up a Device for Development
# vi /etc/udev/rules.d/51-android.rules.
For Gusty/Hardy, edit the file to read:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
For Gusty/Hardy, edit the file to read:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
Android Developers Forum - Ubuntu Jaunty and adb not playing well together
pts.blog - How to fix the adb no permissions error on Ubuntu Lucid
Yi Yu - Fix “???????????? no permissions” with adb and your Android phone
Wednesday, December 21, 2011
Friday, November 25, 2011
Eclipse on Ubuntu(64bit)
Eclipse - no Java (JRE) / (JDK) … no virtual machine
Stack Overflow answer:
You can:
reference that exact JRE path in your eclipse.ini.
copying any JRE of your in your /jre directory
In both cases, no PATH to update.
eclipse.ini VM setup in Linux: reference
Eclipse cannot find adb
Stack Overflow answer
Problem was that the executables were made for 32-bit architecture and i was running amd64. Easily solved, just had to install the ia32-libs package.
Linux下无法使用adb,PacketTracer等软件的问题(转载)
Connect to your Samba server from Linux
Connect to your Samba server from Linux
The graphical method
Using the command line
Samba is a very powerful tool that not only can share files with Windows machines, but with Linux machines as well.
The graphical method
Using the command line
Samba is a very powerful tool that not only can share files with Windows machines, but with Linux machines as well.
Subscribe to:
Posts (Atom)




