ads

Affichage des articles dont le libellé est Eclipse. Afficher tous les articles
Affichage des articles dont le libellé est Eclipse. Afficher tous les articles

jeudi 24 septembre 2015

Android on Eclipse LogCat loop Attempting to create new SOCKET connectionn pid = 575



I'm new to andoird programing using Eclipse, i created an AVD using Atomx86 intel from API 23, I also have HAXM instaleld, and I created the AVD without using host gpu, I think that I created the AVD with the default values chossing APID 23 as a target as I did with my project,

before I even try to run the app it logCat have a loop with this messages
09-25 00:32:15.780: I/PGA(575): Attempting to create new SOCKET connectionn pid = 575, tid = 575
09-25 00:32:15.940: I/ServiceManager(1696): Waiting for service SurfaceFlinger...
09-25 00:32:16.780: I/PGA(575): Attempting to create new SOCKET connectionn pid = 575, tid = 575
09-25 00:32:16.950: I/ServiceManager(1696): Waiting for service SurfaceFlinger...
09-25 00:32:17.780: I/PGA(575): Attempting to create new SOCKET connectionn pid = 575, tid = 575

and when I try to run the app it says this in the android console


Installation error: Unknown failure
Please check logcat output for more details.
Launch canceled!

please help