Error on AVD startup - Android Studio

Asked

Viewed 1,377 times

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?

  • 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.

4 answers

1

Add to app file >> manifest >> Androidmanifest.xml within the div application the following tag:

android:debuggable="true"

Obs: Don’t forget to remove it when publishing the App.

1

0

Try checking your SDK items. Download updates, and if nothing works, delete the plugin from the IDE and install again. Also, eite give more than 768 memory to a VM because it may occur of it crashing even.

0

Delete and recreate your virtual machine, if it doesn’t work try updating your SDK. If it still doesn’t work download another SDK, your may be missing files.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.