Hi!

I'm trying develop some apps in Android Studio 2.1, but I've got a problem 
to start the AVD to test my application.

I'm running the Adroid Stuido on Linux Mint. When I start the AVD, the 
prompt is opened but this just stay in load screen: 



Below, there are some logs about the AVD that I get on the Android Studio:

Run Tab:

/home/windxlum/Android/Sdk/tools/emulator -netdelay none -netspeed full 
-avd Nexus_7_2012_API_19
emulator: WARNING: VM heap size set below hardware specified minimum of 96MB
emulator: WARNING: Setting VM heap size to 256MB
console on port 5554, ADB on port 5555
emulator: ERROR: _factory_client_recv: Invalid format in query 
'list�xE�pH�Ӆ �Tb�� ף��H��H���xE�pH�Ӆ �Tb�� ����H��H���xE�pH�Ӆ �Tb�H��H���8N�p� 
� ib���$�'
emulator: ERROR: _factory_client_recv: Unknown camera factory query name in 
''

Android Monitor tab:

08-04 23:36:35.673 2677-2677/? E/System: 
******************************************
08-04 23:36:35.673 2677-2677/? E/System: ************ Failure starting 
system services
java.lang.RuntimeException: There must be one required installer
at 
com.android.server.pm.PackageManagerService.getRequiredInstallerLPr(PackageManagerService.java:2421)
at 
com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:2327)
at 
com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1764)
at 
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:366)
at com.android.server.SystemServer.run(SystemServer.java:268)
at com.android.server.SystemServer.main(SystemServer.java:168)
at java.lang.reflect.Method.invoke(Native Method)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
08-04 23:36:35.673 2677-2677/? D/AndroidRuntime: Shutting down VM
08-04 23:36:35.673 2677-2677/? E/AndroidRuntime: *** FATAL EXCEPTION IN 
SYSTEM PROCESS: main
java.lang.RuntimeException: There must be one required installer
at 
com.android.server.pm.PackageManagerService.getRequiredInstallerLPr(PackageManagerService.java:2421)
at 
com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:2327)
at 
com.android.server.pm.PackageManagerService.main(PackageManagerService.java:1764)
at 
com.android.server.SystemServer.startBootstrapServices(SystemServer.java:366)
at com.android.server.SystemServer.run(SystemServer.java:268)
at com.android.server.SystemServer.main(SystemServer.java:168)
at java.lang.reflect.Method.invoke(Native Method)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
08-04 23:36:35.674 2677-2677/? E/AndroidRuntime: Error reporting crash
java.lang.NullPointerException: Attempt to invoke interface method 'void 
android.app.IActivityManager.handleApplicationCrash(android.os.IBinder, 
android.app.ApplicationErrorReport$CrashInfo)' on a null object reference
at 
com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:90)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)

Please, could someone help me with this error?

Thank you! 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/cfc6632a-9627-4495-accf-f39a49037ead%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to