[android-developers] Re: apkbuilder ?

2010-12-23 Thread Danny Backx
Thanks for this very clear message. I've been meaning to look into the library stuff. You might just have tempted me. Danny On Dec 23, 10:35 am, Xavier Ducrohet wrote: > The message you get running apkbuilder is a bit misleading I agree. > > I've been very tempted to simply remove the tool bu

[android-developers] Re: apkbuilder ?

2010-12-23 Thread Danny Backx
#1: Visithttp://www.google.com/codesearch > > Step #2: Search on: > > package:android ApkBuilder > > > > On Tue, Dec 21, 2010 at 3:17 AM, Danny Backx wrote: > > apkbuilder says THIS TOOL IS DEPRECATED (caps not mine). > > > When I run it from the command line, w

[android-developers] apkbuilder ?

2010-12-21 Thread Danny Backx
apkbuilder says THIS TOOL IS DEPRECATED (caps not mine). When I run it from the command line, without any options, it says (cut somewhat) : > If you wish to use apkbuilder for a custom build system, please look at the > com.android.sdklib.build.ApkBuilder which provides support for > recent build

[android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-16 Thread Danny Backx
I found it, I added jarsigner -verbose -keystore ${HOME}/.android/debug.keystore - storepass android -signedjar $@ roadmap-unsigned.apk androiddebugkey to my Makefile, and this solves the problem. Thanks for pointing this out. Danny On Dec 16, 6:05 pm, Danny Backx wrote: > T

[android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-16 Thread Danny Backx
Ah, found it. I added this line to my Makefile : jarsigner -verbose -keystore ${HOME}/.android/debug.keystore - storepass android -signedjar $@ roadmap-unsigned.apk androiddebugkey and that solves the problem. Thanks for pointing this out. Danny On Dec 16, 6:05 pm, Danny Backx

[android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-16 Thread Danny Backx
This might be the problem. No I didn't, and I can't find the tool to do it for me. What I do know is I'm not calling apkbuilder any more, it says > THIS TOOL IS DEPRECATED. See --help for more information. but there's no other info if you start it with that option. I can't seem to figure out from

[android-developers] INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-15 Thread Danny Backx
Hi, I'm in the process of changing my Makefile based build system (existing application in C, porting to Android next to a bunch of other platforms, therefore using non-standard build) to the new 2.3 based stuff. Producing an APK file still works, but installing it fails (e.g. on the 2.3 emulator

[android-developers] data passed to handler overwritten?

2010-07-15 Thread Danny Backx
5.0,100.0] E/RoadMap ( 5782): DrawPolygonHandler {{ what=1 when=143096297 arg1=4 obj=net.sourceforge.projects.roadmap.panel$polygond...@43de7a88 }} data {net.sourceforge.projects.roadmap.panel$polygond...@43de7a88} count 4 filled 1 E/RoadMap ( 5782): DPHandler point 0 {25.0,90.0} E/RoadMap ( 5782):

Re: [android-developers] Simple drawing sample, I seem to miss something

2010-06-30 Thread Danny Backx
n Sat, 2010-06-19 at 11:54 +0200, Danny Backx wrote: > Hi, > > I must be misunderstanding something. I am trying to draw some simple > stuff, and things appear to clear (so not to display) in moments I don't > expect it. The sample included is a simplified version of a larger >

[android-developers] Simple drawing sample, I seem to miss something

2010-06-21 Thread Danny Backx
Hi, I must be misunderstanding something. I am trying to draw some simple stuff, and things appear to clear (so not to display) in moments I don't expect it. The sample included is a simplified version of a larger application I'm porting to Android. What I would expect is a circle in green, with