0
When android emulator starts the following error occurs:
07-22 15:14:14.669 2387-2488/com.android.systemui E/JavaBinder﹕ Uncaught remote exception! (Exceptions are not yet supported across processes.)
java.lang.RuntimeException: android.os.DeadObjectException
at android.os.Parcel.writeException(Parcel.java:1389)
at android.os.Binder.execTransact(Binder.java:410)
Caused by: android.os.DeadObjectException
at android.os.BinderProxy.transact(Native Method)
at android.content.IIntentReceiver$Stub$Proxy.performReceive(IIntentReceiver.java:124)
at android.app.ActivityThread$ApplicationThread.scheduleRegisteredReceiver(ActivityThread.java:866)
at android.app.ApplicationThreadNative.onTransact(ApplicationThreadNative.java:395)
at android.os.Binder.execTransact(Binder.java:404)**
07-22 15:14:23.703 690-948/? E/NetlinkEvent﹕ NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
07-22 15:14:23.732 690-948/? E/NetlinkEvent﹕ NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
07-22 15:14:28.823 690-948/? E/NetlinkEvent﹕ NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
07-22 15:14:28.837 690-948/? E/NetlinkEvent﹕ NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found**
Jcsaint, already tried to delete the virtual machine and create new with a different name?
– melkysalem
This is the first machine of the installation. When looking at the SDK Manager I realized that the Armeabi v7 and Intel x86 Atom Packages, are broken (Broken) I will delete and reinstall them.
– JcSaint