Tag Archives: problem

Problems with project compilation under RAD 7.0 boundled with WAS 6.1

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

Share this article

  • Blip
  • Delicious
  • Digg
  • Facebook
  • Grono
  • Kciuk
  • NK
  • Twitter
  • Wykop

unparsed aapt error s check the console for output

Błąd pojawił się u mnie się po utworzeniu, a następnie usunięciu pliku .xml w projekcie.

Rozwiązanie, które mi pomogło to:

1. Otwieram perspektywę Problems.

2. Zaznaczam błąd o treści „unparsed aapt error s check the console for output”

3. Kasuję go.

4. Przebudowuję cały projekt.

źródło rozwiązania: http://osdir.com/ml/Android-Developers/2010-03/msg03060.html

Share this article

  • Blip
  • Delicious
  • Digg
  • Facebook
  • Grono
  • Kciuk
  • NK
  • Twitter
  • Wykop

Cannot refer to a non-final variable an inner class defined in a different method

PROBLEM:

I had a problem with compiling my Android project. While trying to compile, the error

SOLUTION:

Founded @ anddev.org

Share this article

  • Blip
  • Delicious
  • Digg
  • Facebook
  • Grono
  • Kciuk
  • NK
  • Twitter
  • Wykop

Problem with importing IntentReceiver

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

Share this article

  • Blip
  • Delicious
  • Digg
  • Facebook
  • Grono
  • Kciuk
  • NK
  • Twitter
  • Wykop