AVD initialization error - Android Studio

0

When the 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**
    
asked by anonymous 22.07.2014 / 21:19

4 answers

1

It is recommended that you leave your entire Android SDK up-to-date with the latest packages available.

Here in the blog of Felipecosse has a link that explains perfectly the same settings as the phones that have in the list! Just follow and it will all work out!

link

I hope I have helped!

    
22.07.2014 / 21:42
1

Add to the app > > manifest > > AndroidManifest.xml inside the div application the following tag:

android:debuggable="true"

obs: Do not forget to remove it when you publish the App.

    
20.06.2016 / 16:12
0

Try to check the items in your SDK. Download updates, and, if nothing works, delete the IDE plugin and install again. Also, give more than 768 memory to a VM because it might crash anyway.

    
22.07.2014 / 21:32
0

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

    
22.07.2014 / 21:51