**** BEGIN LOGGING AT Sun Jan 20 02:59:57 2008 Jan 20 07:57:04 you guys have got to start releasing the SDK as a tarball for UNIX. Jan 20 07:57:34 unzip is inconvenient to use. it creates goofy permissions too. Jan 20 08:07:45 i may file an issue :) Jan 20 08:29:55 also, why can we only file "Defects"? why not feature requests, etc? Jan 20 08:30:14 A feature request is just a defect that hasn't happened yet Jan 20 09:16:30 I'm designing a maven plugin to work with android, but am having a bit trouble deciding what folders I should place where to conform to the Maven convention. Jan 20 09:17:21 AndroidManifest.xml is in src/main/config, res is in src/main/android/ since files are generated from it, and that leaves the "asset" directory Jan 20 09:17:33 I'm not actually sure what is supposed t g in there Jan 20 09:17:48 oh "Asset: A single blob of data associated with an application." Jan 20 09:18:40 then I can move that to src/main/resources and move the contents of res into src/main/android Jan 20 09:18:43 woo! Jan 20 09:20:18 Thanks for the help ;-) Jan 20 09:20:34 Uh, sure. Jan 20 20:47:26 Hello Jan 20 20:47:53 Maybe someone in here could help me with a database problem I've had just now Jan 20 20:48:27 I'm trying to create an SQLiteDatabase via ctx.createDatabase(...) Jan 20 20:48:34 where ctx is a Context Jan 20 20:49:08 up until now I've not had to worry about it but all of a sudden after I deleted the database from the data folder Jan 20 20:49:15 its been giving me jipp Jan 20 20:49:30 and throwing a FileNotFoundException Jan 20 20:50:29 which is surprising because the very reason I'm calling the method is because it doesn't exist Jan 20 20:50:52 Maybe someone could point me to some areas to look at for debugging the problem in light of experience Jan 20 21:34:53 can I bind more than one service to an activity? Jan 20 21:54:05 Just incase anyone is flicking through this later I managed to get around the problem with the emulator throwing a FileNotFoundException by starting the emulator with the argument -wipe-data that I saw others were doing when they were having file problems on the android groups Jan 20 21:54:41 I think it may be a bug or at least not an intentional feature the way I managed to botch its state Jan 20 21:55:17 actually come to think of it maybe not, but something definetly went screwy Jan 20 21:56:45 If you are using eclipse and you choose window > new window and then observer the emulator running through the ddms perspective running in one window and then use the debug to step through the code in the other (on a dual monitor set up) then I think the meta data from the two workspaces goes a little bit wako trying to write to the same place Jan 20 21:56:57 correct me if you know itherwise Jan 20 21:57:07 *otherwise even Jan 21 00:59:27 I have to run my app on eclipse at least twince in order for the emulator to pick up the changes... **** ENDING LOGGING AT Mon Jan 21 03:00:03 2008