使用者工具

網站工具


mobile_device:android

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
mobile_device:android [2011/04/03 13:07]
wenpei
mobile_device:android [2015/11/30 12:02] (目前版本)
sars [Developer]
行 22: 行 22:
  
 ====== Android 開發 ====== ====== Android 開發 ======
 +  * [[http://​www.gururu.tw/​|Android 教學課程]]
 +  * [[http://​www.csdn.net/​article/​2013-05-03/​2815127-Android-open-source-projects|直接拿来用!最火的Android开源项目(一)]]
 +  * [[http://​www.csdn.net/​article/​2013-05-06/​2815145-Android-open-source-projects-two|直接拿来用!最火的Android开源项目(二)]]
 +
 Mac OS X 10.6:http://​blog.23corner.com/​2010/​04/​20/​building-android-on-mac-os-x-10-6/​ Mac OS X 10.6:http://​blog.23corner.com/​2010/​04/​20/​building-android-on-mac-os-x-10-6/​
  
行 34: 行 38:
 [[http://​www.techbang.com.tw/​posts/​3105|在PC安裝Android系統+軟體]] [[http://​www.techbang.com.tw/​posts/​3105|在PC安裝Android系統+軟體]]
  
-====== Developer ====== 
-http://​developer.android.com/​intl/​en/​index.html 
  
-http://​android-developers.blogspot.com/​ 
  
-http://​groups.google.com.tw/​group/​android-kernel+===== Testing ===== 
 +Android System Testing Environment and Runtime
  
-[[http://milochen.wordpress.com/2010/06/16/​newbie_hello_android_layout/​|[新手完全手冊] Hello Android Layout]]+http://code.google.com/p/aster/
  
-[[http://​code.google.com/​p/​android-ui-utils/​|Android UI Utils]]+====== Developer ====== 
 +  * http://​developer.android.com/​intl/​en/​index.html 
 +  * http://​android-developers.blogspot.com/​ 
 +  * http://​groups.google.com.tw/​group/​android-kernel 
 +  * [[http://​milochen.wordpress.com/​2010/​06/​16/​newbie_hello_android_layout/​|[新手完全手冊] Hello Android Layout]] 
 +  * [[http://​code.google.com/​p/​android-ui-utils/​|Android UI Utils]] 
 +  * [[http://​txzone.net/​2012/​01/​introducing-python-for-android/​|Python for Android]] 
 +  * [[http://​blogs.msdn.com/​b/​vcblog/​archive/​2015/​11/​06/​java-debugging-and-language-support-in-visual-studio-projects-for-android.aspx|Java debugging and language support in Visual Studio for Android]]
  
 ===== Android Debug Bridge (ADB) ===== ===== Android Debug Bridge (ADB) =====
 http://​developer.android.com/​guide/​developing/​tools/​adb.html http://​developer.android.com/​guide/​developing/​tools/​adb.html
 +
 +===== UI & Design =====
 +[[http://​developer.android.com/​design/​index.html|Android Design]]
  
 ===== CameraPaper ===== ===== CameraPaper =====
行 100: 行 112:
 透過 MacPort 安裝 openvpn2。 透過 MacPort 安裝 openvpn2。
   sudo port install openvpn2   sudo port install openvpn2
 +
 +在 Lion 中可能會編譯失敗,參考:https://​trac.macports.org/​attachment/​ticket/​30403/​openvpn-lion.diff
 +<​code>​
 +diff -ur openvpn-2.2.1/​syshead.h openvpn-2.2.1+lion/​syshead.h
 +
 +old new  
 +392 392 #​endif ​
 +393 393  ​
 +394 394 /​* ​
 +  395 * Define a proper IP socket level if not already done. 
 +  396 */ 
 + ​ 397 #​ifndef SOL_IP ​
 + ​ 398 #​define SOL_IP IPPROTO_IP ​
 + ​ 399 #​endif ​
 + ​ 400  ​
 + ​ 401 /​* ​
 +395 402 * Disable ESEC 
 +396 403 */ 
 +397 404 #if 0 
 +</​code>​
  
 建立 ~/​Library/​openvpn 建立 ~/​Library/​openvpn
mobile_device/android.1301807261.txt.gz · 上一次變更: 2011/04/03 13:07 由 wenpei