[android-developers] HTTP Multipart POST: data + text

2010-09-11 Thread David Tiago
Hello, I would like to develop an application that uploads an image and some text data about that image. To do that, I am trying to create a HTTP Multipart Post, as follows: [code] HttpClient client = new DefaultHttpClient(); HttpPost post = new HttpPost("servlet address"); FileBody file = new Fil

[android-developers] keytool error - unknown format

2010-08-23 Thread David Tiago
Hi, I am trying to get a debug maps API Key, but when I run the keytool program I get the following error in my Windows 7 64bits computer: "erro de keytool: java.lang.IllegalArgumentException: unknown format type at" At first I thoght it was a problem about the 64 bits JDK. But after remove the