User Tools

Site Tools


android_app_dev_env

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
android_app_dev_env [2010/09/27 05:38] suapapaandroid_app_dev_env [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 12: Line 12:
 :let g:vjde_lib_path='/home/suapapa/apps/android-sdk/platforms/android-8/android.jar:build.class'  :let g:vjde_lib_path='/home/suapapa/apps/android-sdk/platforms/android-8/android.jar:build.class' 
 :Vjdesave :Vjdesave
-<code> +</code> 
-===== references ===== + 
-  *[[http://developer.android.com/guide/developing/other-ide.html|dev in other ide]] in android developers +====== udev setting ====== 
-  *[[http://thiblahute.blogspot.com/2009/11/my-vim-for-android-devlopement.html|vim android devlopment environment]] in THIBAULT SAUNIER blog+<code bash> 
 +gksudo gedit /etc/udev/rules.d/90-android.rules 
 +</code> 
 +<code bash> 
 +SUBSYSTEM=="usb", ATTRS{idVendor}=="0bb4", MODE="0666" 
 +</code> 
 +Save the file and run the following command: 
 +<code bash> 
 +gksudo service udev restart 
 +</code>
  
 ====== 이클립스 ====== ====== 이클립스 ======
Line 24: Line 33:
 -Dsun.java2d.d3d=false -Dsun.java2d.d3d=false
 </code> </code>
 +
 +====== references ======
 +  *[[http://developer.android.com/guide/developing/other-ide.html|dev in other ide]] in android developers
 +  *[[http://thiblahute.blogspot.com/2009/11/my-vim-for-android-devlopement.html|vim android devlopment environment]] in THIBAULT SAUNIER blog
 +  *[[https://help.ubuntu.com/community/AndroidScreenshots|AndroidScreenshots]]
android_app_dev_env.1285565927.txt.gz · Last modified: 2013/08/03 05:04 (external edit)