Bonjour,
J'ai suivi le tutoriel pour apprendre Android pour réalser un "hello world". Mais je comprend pas pourquoi il n'apparait dans l'emulateur quand je fait run.
J'utilise eclipse 3.6 avec le dernier ADT (v9), le jdk 6 update 24.
J'ai essayé de couper mon firewall et mon antivirus ca ne change rien.
Log:
[2011-02-18 12:15:45 - HelloAndroid] ------------------------------
[2011-02-18 12:15:45 - HelloAndroid] Android Launch!
[2011-02-18 12:15:45 - HelloAndroid] adb is running normally.
[2011-02-18 12:15:45 - HelloAndroid] Performing com.helloandroid.HelloAndroid activity launch
[2011-02-18 12:15:45 - HelloAndroid] Automatic Target Mode: Preferred AVD 'Android_2.1' is not available. Launching new emulator.
[2011-02-18 12:15:45 - HelloAndroid] Launching a new emulator with Virtual Device 'Android_2.1'
Sinon j'ai une erreur dans le journal d'erreur:
Failed to load properties file for project 'HelloAndroid'
Le fichier default.properties contient les information suivantes:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 # This file is automatically generated by Android Tools. # Do not modify this file -- YOUR CHANGES WILL BE ERASED! # # This file must be checked in Version Control Systems. # # To customize properties used by the Ant build system use, # "build.properties", and override values to adapt the script to your # project structure. # Project target. target=android-7
Partager