IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Android Discussion :

Mon application Android ne fonctionne plus


Sujet :

Android

  1. #1
    Membre du Club
    Femme Profil pro
    Développeur informatique
    Inscrit en
    Juillet 2011
    Messages
    48
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : Tunisie

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juillet 2011
    Messages : 48
    Points : 40
    Points
    40
    Par défaut Mon application Android ne fonctionne plus
    Bonjour,

    Je suis une débutante en développement informatique et j'essaye de faire une application pour un club sportif.

    Mon application ne fonctionne plus.
    the application AppEST (process com.google.android.APP) has stopped unexpectedly. please try again
    Voila ma log des erreurs dans logcat :
    09-16 14:50:17.589: ERROR/Zygote(33): setreuid() failed. errno: 2
    09-16 14:50:26.089: ERROR/Zygote(33): setreuid() failed. errno: 17
    09-16 14:50:27.309: ERROR/BatteryService(59): usbOnlinePath not found
    09-16 14:50:27.309: ERROR/BatteryService(59): batteryVoltagePath not found
    09-16 14:50:27.309: ERROR/BatteryService(59): batteryTemperaturePath not found
    09-16 14:50:27.329: ERROR/SurfaceFlinger(59): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
    09-16 14:50:33.069: ERROR/EventHub(59): could not get driver version for /dev/input/mouse0, Not a typewriter
    09-16 14:50:33.069: ERROR/EventHub(59): could not get driver version for /dev/input/mice, Not a typewriter
    09-16 14:50:33.299: ERROR/System(59): Failure starting core service
    09-16 14:50:33.299: ERROR/System(59): java.lang.SecurityException
    09-16 14:50:33.299: ERROR/System(59): at android.os.BinderProxy.transact(Native Method)
    09-16 14:50:33.299: ERROR/System(59): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
    09-16 14:50:33.299: ERROR/System(59): at android.os.ServiceManager.addService(ServiceManager.java:72)
    09-16 14:50:33.299: ERROR/System(59): at com.android.server.ServerThread.run(SystemServer.java:184)
    09-16 14:50:34.199: ERROR/SoundPool(59): error loading /system/media/audio/ui/Effect_Tick.ogg
    09-16 14:50:34.199: ERROR/SoundPool(59): error loading /system/media/audio/ui/KeypressStandard.ogg
    09-16 14:50:34.209: ERROR/SoundPool(59): error loading /system/media/audio/ui/KeypressSpacebar.ogg
    09-16 14:50:34.209: ERROR/SoundPool(59): error loading /system/media/audio/ui/KeypressDelete.ogg
    09-16 14:50:34.209: ERROR/SoundPool(59): error loading /system/media/audio/ui/KeypressReturn.ogg
    09-16 14:50:35.569: ERROR/ThrottleService(59): Could not open GPS configuration file /etc/gps.conf
    09-16 14:50:36.649: ERROR/logwrapper(144): executing /system/bin/tc failed: No such file or directory
    09-16 14:50:36.679: ERROR/logwrapper(145): executing /system/bin/tc failed: No such file or directory
    09-16 14:50:36.759: ERROR/logwrapper(146): executing /system/bin/tc failed: No such file or directory
    09-16 14:50:44.152: ERROR/HierarchicalStateMachine(59): TetherMaster - unhandledMessage: msg.what=3
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): FATAL EXCEPTION: main
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.AppEST/com.google.android.AppEST.infoClub}: java.lang.NullPointerException
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at android.os.Handler.dispatchMessage(Handler.java:99)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at android.os.Looper.loop(Looper.java:123)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at android.app.ActivityThread.main(ActivityThread.java:4627)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at java.lang.reflect.Method.invokeNative(Native Method)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at java.lang.reflect.Method.invoke(Method.java:521)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at dalvik.system.NativeStart.main(Native Method)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): Caused by: java.lang.NullPointerException
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at com.google.android.AppEST.Fonction.DownloadImage(Fonction.java:113)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at com.google.android.AppEST.TetePied.<init>(TetePied.java:20)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at com.google.android.AppEST.infoClub.onCreate(infoClub.java:40)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
    09-16 14:54:01.053: ERROR/AndroidRuntime(281): ... 11 more
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): FATAL EXCEPTION: main
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.AppEST/com.google.android.AppEST.FlashInfo}: java.lang.NullPointerException
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at android.os.Handler.dispatchMessage(Handler.java:99)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at android.os.Looper.loop(Looper.java:123)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at android.app.ActivityThread.main(ActivityThread.java:4627)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at java.lang.reflect.Method.invokeNative(Native Method)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at java.lang.reflect.Method.invoke(Method.java:521)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at dalvik.system.NativeStart.main(Native Method)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): Caused by: java.lang.NullPointerException
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at com.google.android.AppEST.Fonction.DownloadImage(Fonction.java:113)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at com.google.android.AppEST.TetePied.<init>(TetePied.java:20)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at com.google.android.AppEST.FlashInfo.onCreate(FlashInfo.java:34)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
    09-16 14:54:53.873: ERROR/AndroidRuntime(303): ... 11 more
    Quelqu'un saurait-il m'expliquer d'où vient le problème ?

    Merci d'avance pour votre aide.

  2. #2
    Rédacteur
    Avatar de MrDuChnok
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Juin 2002
    Messages
    2 112
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 40
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Produits et services télécom et Internet

    Informations forums :
    Inscription : Juin 2002
    Messages : 2 112
    Points : 4 240
    Points
    4 240
    Par défaut
    Tu as un nullpointer ici :
    at com.google.android.AppEST.Fonction.DownloadImage(Fonction.java:113)
    Si vous jugez mon post utile dans la résolution de votre problème, n'hésitez pas à utiliser le système de vote afin d'améliorer la qualité du forum

  3. #3
    Membre confirmé
    Profil pro
    Inscrit en
    Août 2010
    Messages
    385
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2010
    Messages : 385
    Points : 492
    Points
    492
    Par défaut
    Tu as un problème de pointeur
    09-16 16:15:01.313: ERROR/AndroidRuntime(367): Caused by: java.lang.NullPointerException
    09-16 16:15:01.313: ERROR/AndroidRuntime(367): at com.google.android.AppEST.Fonction.DownloadImage(Fonction.java:113)
    09-16 16:15:01.313: ERROR/AndroidRuntime(367): at com.google.android.AppEST.TetePied.<init>(TetePied.java:21)
    09-16 16:15:01.313: ERROR/AndroidRuntime(367): at com.google.android.AppEST.chantsClub.onCreate(chantsClub.java:32)
    Quand tu as des erreur de ce style tu double cliques sur la ligne (exemple : 09-16 16:15:01.313: ERROR/AndroidRuntime(367): at com.google.android.AppEST.TetePied.<init>(TetePied.java:21) )
    Et cela va te rediriger directement à l'endroit de ton erreur

    Si tu trouves le pointeur laissé vide, ou mal linké, tu auras solutionné ton problème.

    Sinon il serait bien que tu regardes ce tutoriel :
    http://nbenbourahla.developpez.com/t...s-application/

    Cordialement.
    Si ma réponse ou ma question vous semble pertinente un clique sur le pouce vert.
    La base des Expression Access à Connaitre : http://office.microsoft.com/fr-ca/ac...295.aspx?CTT=3
    Un livre de chevet parfait : "Développement Android": http://www.editions-eyrolles.com/Livre/9782212125870/

Discussions similaires

  1. Réponses: 1
    Dernier message: 04/10/2010, 18h37
  2. Réponses: 1
    Dernier message: 15/05/2010, 09h50
  3. Réponses: 0
    Dernier message: 15/07/2009, 15h02
  4. Application.Restart ne fonctionne plus
    Par Ishizaki dans le forum Windows Forms
    Réponses: 4
    Dernier message: 23/05/2008, 15h54
  5. mon lecteur cd ne fonctionne plus
    Par acacia dans le forum Composants
    Réponses: 3
    Dernier message: 23/12/2007, 19h12

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo