[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

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

2011-02-10 Thread TreKing
On Thu, Feb 10, 2011 at 1:15 PM, DanielleM dmurkerso...@gmail.com 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?

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

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

2011-02-10 Thread TreKing
On Thu, Feb 10, 2011 at 1:56 PM, Danielle Murkerson dmurkerso...@gmail.comwrote: 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

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 treking...@gmail.com wrote: On Thu, Feb 10, 2011

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

2011-02-10 Thread TreKing
On Thu, Feb 10, 2011 at 2:17 PM, Danielle Murkerson dmurkerso...@gmail.comwrote: 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

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 treking...@gmail.com wrote: On Thu, Feb 10,