I am new to Android, but not new to Java, and I am experienced with Eclipse. However, I just installed the newest Android SDK from developer.Android.com and installed in Eclipse 4.2 Java EE version with latest ADT.
I went through the tutorial about installation, and ran the Hello World example in an emulator.
The app seems to run fine.
The Console output looks OK, But the LogCat is crazy with RED.
Here's an example of some of the errors it outputs during a running session:
Failed to open libwvm.so
Failed to extract an album art
Error opening trace file: No such file or directory (2)
batteryVoltagePath not found
error loading /system/meida/audio/ui/Lock.ogg
runIptablesCmd(): failed /system/bin […]
at java.util.concurrent.threadpoolExecutor.runWorker […]
Illegal state exception
Class not found for preloading: android.animation.ValueAnimator
Note: I don't expect anyone to debug this since it's a jumble, AND there's nothing to debug since I didn't code anything! I just want to know if this behavior is normal for the logcat when using an emulator.
I've never seen this amount of errors and warnings on a simple Hello World, especially when it seems to run just fine.
If you're wondering, I followed the tutorial on "Installing the SDK" to a tee.