Re: [android-developers] Re: Help me please

2011-03-31 Thread Khadija FERJANI
The problem is resolved and i ignore how. Now everything works perfectly. But i'm sure, ADB works each time running the program fails, with no messages in the logcat. 2011/3/31 Indicator Veritatis > Now that is hard to believe -- unless ADB isn't even running. Check to > make sure it is by open

[android-developers] Re: Help me please

2011-03-30 Thread Indicator Veritatis
Now that is hard to believe -- unless ADB isn't even running. Check to make sure it is by opening a console/terminal window and typing 'adb devices'. It is, alas, common to have to stop and re-start the adb server to get logcat output to appear. Even when there are no bugs, the phone produces LOTS

Re: [android-developers] Re: Help me please

2011-03-30 Thread Khadija FERJANI
No messages in the logcat !! 2011/3/30 Indicator Veritatis > And did you do as it said? Did you check logcat output? What did you > see there? > > On Mar 26, 6:47 am, Khadija FERJANI wrote: > > I'm an android beginner. > > I got this message whenever i try to run or debug my first application >

[android-developers] Re: Help me please

2011-03-29 Thread Indicator Veritatis
And did you do as it said? Did you check logcat output? What did you see there? On Mar 26, 6:47 am, Khadija FERJANI wrote: > I'm an android beginner. > I got this message whenever i try to run or debug my first application > "Installation failed due to invalid APK file! > Please check logcat outp

[android-developers] Re: ::Help me Please....!!!!

2008-11-08 Thread hackbod
Android's UI is event driven, so if you block that thread it will stop doing things. Use a Handler to schedule a message in the future at which you will turn off the pressed state. On Nov 8, 3:13 am, Imran <[EMAIL PROTECTED]> wrote: > Hi > >  In my Application i have scenario where the Button Sh

[android-developers] Re: ::Help me Please....!!!!

2008-11-08 Thread Christine
A subject line of "help me please" doesn't really invite people to come see what you're asking. On Nov 8, 12:13 pm, Imran <[EMAIL PROTECTED]> wrote: > Hi > >  In my Application i have scenario where the Button Should be in > Pressed mode for few seconds and than it should be in unpressed mode > >