After I change something in the code, save and compile command, it does not come more in the application, it is only in that original theme of the Android (default).
To solve the problem I have q restart the computer. : (
Anyone has any doubt?
Console the application running:
- Code: Select all
[2008-01-12 14:47:44 - TesteCel] ------------------------------
[2008-01-12 14:47:44 - TesteCel] Android Launch!
[2008-01-12 14:47:44 - TesteCel] Launching: com.identificadorunico.android.TesteIMEI
[2008-01-12 14:47:44 - TesteCel] Launching the emulator.
[2008-01-12 14:48:04 - TesteCel] Emulator is up! Waiting for HOME to be launched.
[2008-01-12 14:48:13 - TesteCel] HOME is up!
[2008-01-12 14:48:13 - TesteCel] Pushing TesteCel.apk to /data/app on the device
[2008-01-12 14:48:13 - TesteCel] Starting activity on device: com.identificadorunico.android.TesteIMEI
[2008-01-12 14:48:18 - TesteCel] ActivityManager: Starting: Intent { comp={com.identificadorunico.android/com.identificadorunico.android.TesteIMEI} }
Console the application not working:
- Code: Select all
[2008-01-12 14:47:44 - TesteCel] ------------------------------
[2008-01-12 14:47:44 - TesteCel] Android Launch!
[2008-01-12 14:47:44 - TesteCel] Launching: com.identificadorunico.android.TesteIMEI
[2008-01-12 14:47:44 - TesteCel] Launching the emulator.
Note that not enough to load the following bit of code:
- Code: Select all
[2008-01-12 14:48:04 - TesteCel] Emulator is up! Waiting for HOME to be launched.
[2008-01-12 14:48:13 - TesteCel] HOME is up!
[2008-01-12 14:48:13 - TesteCel] Pushing TesteCel.apk to /data/app on the device
[2008-01-12 14:48:13 - TesteCel] Starting activity on device: com.identificadorunico.android.TesteIMEI
[2008-01-12 14:48:18 - TesteCel] ActivityManager: Starting: Intent { comp={com.identificadorunico.android/com.identificadorunico.android.TesteIMEI} }

)


