08 2012 档案
摘要:1 /* 2 3 There are two basic types of physical links that can be established 4 between a master and a slave: 5 6 Synchronous Connection Oriented ( SCO ) 7 Asynchronous Connection-Less ( ACL ) 8 9 An SCO link provides a symmetric link between the master and the slave, 10 **********...
阅读全文
摘要:Administrator@ibm /cygdrive/z/workspace/com.example.hellojni.hellojni/src <---- 从此文件夹执行 javah *************** project root dir ******************* *** source dir *** javah -jni -classpath . com.example.hellojni.HelloJni *** package name *** ** class name *** 生成文件 com_e...
阅读全文
摘要:1 SDK_HOME = D:\sdx\jobInstall\android 2 JAVA_HOME = C:\Program Files\Java\jdk1.6.0_24 3 4 Path = %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;%SDK_HOME%\tools;%SDK_HOME%\platform-tools 5 6 CLASSPATH = .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar // 最前面的 . 代表当前目录 7 8 9 java -version10 11 android -...
阅读全文