Re: [android-developers] exporting signed apk in Eclipse

2011-02-10 Thread Danielle Murkerson
Well I have a second tester who's using an HTC EVO and he's gotten it to work...he just said it takes a while to load...I'll have to look into the debugging thing that you mentioned and see what the deal is. On Thu, Feb 10, 2011 at 3:34 PM, TreKing wrote: > On Thu, Feb 10, 2011 at 2:17 PM, Danie

Re: [android-developers] exporting signed apk in Eclipse

2011-02-10 Thread TreKing
On Thu, Feb 10, 2011 at 2:17 PM, Danielle Murkerson wrote: > Well I don't have my own device and luckily one of my colleagues does so he > agreed to test it for me...I'm totally stumped as to why it's not working on > a real device but works perfectly on the emulator. Rebuild with the debuggable

Re: [android-developers] exporting signed apk in Eclipse

2011-02-10 Thread Danielle Murkerson
Well I don't have my own device and luckily one of my colleagues does so he agreed to test it for me...I'm totally stumped as to why it's not working on a real device but works perfectly on the emulator. On Thu, Feb 10, 2011 at 3:16 PM, TreKing wrote: > On Thu, Feb 10, 2011 at 1:56 PM, Danielle

Re: [android-developers] exporting signed apk in Eclipse

2011-02-10 Thread TreKing
On Thu, Feb 10, 2011 at 1:56 PM, Danielle Murkerson wrote: > I noticed under the Project Properties->Java Build Path->Order and Export > the Android 2.2 was not checked by default...Does this mean it's not > exporting the Android 2.2 libraries? > Don't think so ... you'd have bigger issues if tha

Re: [android-developers] exporting signed apk in Eclipse

2011-02-10 Thread Danielle Murkerson
Yes...As going through the development process I've had to debug some things a few times. I went back into eclipse and was poking around and I noticed under the Project Properties->Java Build Path->Order and Export the Android 2.2 was not checked by default...Does this mean it's not exporting the A

Re: [android-developers] exporting signed apk in Eclipse

2011-02-10 Thread TreKing
On Thu, Feb 10, 2011 at 1:15 PM, DanielleM wrote: > I have exported my android project using eclipse and I have a signed .apk. > However, when I installed it on a device to test it. It would never launch. > Does it work when you run it through the debugger? -

[android-developers] exporting signed apk in Eclipse

2011-02-10 Thread DanielleM
Hello all: I have exported my android project using eclipse and I have a signed .apk. However, when I installed it on a device to test it. It would never launch. I just get a black screen and if I press the home or menu buttons on the device it takes forever to go back to the home screen. When I c