2014년 9월 26일 금요일
How to Change Eclipse Icon on Launcher on Ubuntu 14.04
1. Go to the folder /home/.local/share/application. You should press control + h to see hidden folders.
2. Open eclipse.desktop file on Gedit.
3. Modify path of icon. For example, /home/adt/eclipse/icon.xpm.
4. Then you will see the changed icon.
I got hint from:
http://cklepka.kinja.com/setting-up-the-android-adt-from-scratch-in-ubuntu-12-1047414599
2. Open eclipse.desktop file on Gedit.
3. Modify path of icon. For example, /home/adt/eclipse/icon.xpm.
4. Then you will see the changed icon.
I got hint from:
http://cklepka.kinja.com/setting-up-the-android-adt-from-scratch-in-ubuntu-12-1047414599
2014년 9월 25일 목요일
This Android SDK requires ADT version 23.0.0 or above. Current version is 22.6. Please update ADT to the latest version
1. Select Help > Install New Software
2. Click on already installed
3. Select all Android software on version 22.*
4. Click on Uninstall
5. Work with: dl-ssl.google.com/android/eclipse
6. Select Developer Tools and Next
7. Next, Accept the license agreement and Finish.
from Kikiwa on Stackoverflow
2. Click on already installed
3. Select all Android software on version 22.*
4. Click on Uninstall
5. Work with: dl-ssl.google.com/android/eclipse
6. Select Developer Tools and Next
7. Next, Accept the license agreement and Finish.
from Kikiwa on Stackoverflow
2014년 9월 24일 수요일
How to Run Android SDK Manager directly on Ubuntu
1. Go to sdk tools folder.
2. Open terminal.
3. Type "./android &" and enter.
2. Open terminal.
3. Type "./android &" and enter.
2014년 9월 17일 수요일
eclipse starts and freezes
Maybe something is wrong with workspace.
Delete .metadata folder in workspace.
Eclispe will start. But you should do setting again.
Delete .metadata folder in workspace.
Eclispe will start. But you should do setting again.
2014년 9월 6일 토요일
how to test rest api
1. Install Rest console extention on Chrome.
2. Set Request URI, Method, Content Headers, and Payload.
If you don't set Content-Type and Encoding on Content Headers, for example, application/x-www-form-urlencoded for Content-Type and utf-8 for Encoding, when you test post method, you will see error message "Failed to validate request parameters."
3. Press Send button.
2. Set Request URI, Method, Content Headers, and Payload.
If you don't set Content-Type and Encoding on Content Headers, for example, application/x-www-form-urlencoded for Content-Type and utf-8 for Encoding, when you test post method, you will see error message "Failed to validate request parameters."
3. Press Send button.
2014년 9월 4일 목요일
The provided API key is expired
I deleted Android key and had only server key for places Api. The error was gone.
피드 구독하기:
글 (Atom)