If You have error log with below codes:
SRVE0203E SRVE0206E SRVE0187E SRVE0210I SRVE0234I
Then just read carefully given error log (each path, line by line) and find the path which You’ve set incorrectly.
–
Links:
* IBM developerWorks
If You have error log with below codes:
SRVE0203E SRVE0206E SRVE0187E SRVE0210I SRVE0234I
Then just read carefully given error log (each path, line by line) and find the path which You’ve set incorrectly.
–
Links:
* IBM developerWorks
PROBLEM:
I had a problem with compiling my Android project. While trying to compile, the error
SOLUTION:
Founded @ anddev.org
Hi.
Problem:
I had problem with importing IntentReceiver class during dig some Android tutorial.
Solution:
Import android.content.BroadcastReceiver class instead of IntentReceiver. IntentReceiver was replaced by BroadcastRecever.
I’ve found above solution at: Android Developers Google Group
Hi,
Currently it’s weekend. Instead of griping on headake after yesterday’s friday evening, I’m working on my engeering thesis… Yes, still…
I’ve been moving my projects directories around my eclipse workspace and find a compilation error mentioned at the topic of this post, while trying to run my app..
I’ve googled a little, and find a hint on this page. In my case the adequate solution was just setting again the android.jar library build path and just cleaning my project.