Comic
Fay's Diary Comic
Kanji Transformer Series
Our Android Apps
Paper Toy
Animation
Dharma Cartoon
Figure Photo Collection
Flash Game
Old Work
Game & Software
About Us
Links
Ataya's Embedded Systems Blog
Green Tea Story
Green Tea Story
Play with BeagleBoneBlack
Studio Wallpaper & Sticker
Studio Wallpaper
Studio Wallpaper
The Sky Flower & The Temple Dog
Android SDK Content Loader always loading at 0%
When this problem occurred
1. Just try to kill adb process that still running.
#ps aux | grep adb
#kill -9 xxxx
and restart eclipse.
The serializable class XXXX does not declare a static final serialVersionUID field of type long.
When you got error
"The serializable class XXXX does not declare a static final serialVersionUID field of type long."
try to ...
1. add serialVersionID field into the class.
Java Heap Space Error
When trying to build big project the error,
Java Heap Space
just occurred. Try to set ...
Window -> Preferences -> Java -> Installed JREs ->Edit
How to set text encoding for the editor
Go to Window -> Preferences -> General -> Content Types
Click on Text
on "Default encoding :" enter encoding type. for utf8 enter "UTF-8"
and then click Update button.
Project has no default.properties
When I import android Project into Eclipse workspace. this below error just occurred.
Project has no default.properties file! Edit the project properties to set one.
Custom Search
