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

Next revision
Previous revision
android_app_dev_env [2010/09/08 02:30] – created suapapaandroid_app_dev_env [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 안드로이드 앱 개발 환경 구축 안드로이드 앱 개발 환경 구축
 +====== Vim ======
 +[[http://www.vim.org/scripts/script.php?script_id=1213|Vim JDE]] 플러그인 ~/.vim 폴더에 압축 풀어 설치
 +====== dev practice ======
 +<code bash>
 +$ android create project -t 8 -n PinkTank -p ./PinkTankProject -a PinkTankActivity -k com.suapapa.pinktank
 +$ cd PinkTankProject
 +$ vim
 +</code>
 +<code vim>
 +:Vjdeas pinktank.prj
 +:let g:vjde_lib_path='/home/suapapa/apps/android-sdk/platforms/android-8/android.jar:build.class' 
 +:Vjdesave
 +</code>
 +
 +====== udev setting ======
 +<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 8: 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.1283913009.txt.gz · Last modified: 2013/08/03 05:04 (external edit)