[android-developers] Error:Execution failed for task ':library:compileReleaseJavaWithJavac'.

2016-11-14 Thread Raphael Fuchter
Hello, My project (app and library) were working normally and from one day to the next started giving the following error: Error:Execution failed for task ':library:compileReleaseJavaWithJavac'. > Compilation failed; see the compiler error output for details. After that I could not do anything,

[android-developers] Re: Revmob Ads SDk and selling on the app

2016-06-21 Thread Raphael Straatmann
Hi, Yes, Revmob ads are fully compliant with Google Play Policy. Regards, Raphael On Monday, June 20, 2016 at 11:16:30 AM UTC-3, RizbIT wrote: > > I would like to ask are Revmob Banner and interstitial ads ok to use with > android apps, are they google policy compliant? > >

Re: [android-developers] what to keep in mind with OpenJDK 7

2013-05-06 Thread Raphael P.F.
to the Google Groups Android Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Raphael http://blog.rmontanaro.com/ -- -- You

Re: [android-developers] Re: Android 2.2 or 4.1??

2012-08-02 Thread Raphael P.F.
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Raphael http://blog.rmontanaro.com/ -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: HELP! Google removed my app with millions of users!

2012-07-06 Thread Raphael P.F.
options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Raphael http://blog.rmontanaro.com/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

Re: [android-developers] Recover Certificate from APK

2012-06-18 Thread Raphael P.F.
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Raphael http://blog.rmontanaro.com/ -- You received this message because you are subscribed to the Google

[android-developers] ListView HighLight when clicking the itemView

2012-06-18 Thread Raphael
I just wonder how to cancel the highlighting effects of the sub-item of the ListView,when pressing mouse down on it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Didn't Android 4.0 have the class com.android.settings.LocalePicker ?

2012-03-04 Thread Raphael
In my project, I want to change the language,so I call the class: com.android.settings.LocalePicker. My codes are as follows: Intent intent = new Intent(Intent.ACTION_MAIN); intent.setClassName(com.android.settings,

[android-developers]

2012-02-27 Thread Raphael de Souza Oliveira
-- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] Still unclear -- subscriptio model using paypal

2012-01-26 Thread Miriam Raphael Roberts
I have looked at numerous posts and there is still some ambiguity.-- Is it possible to have a subscription model using either Paypal or the in-app billing model? If we use in-app billing, do we need to prompt the user each month that we charge them? Instead of in-app billing, can we use

[android-developers] Still unclear -- subscription model using Paypal

2012-01-26 Thread Miriam Raphael Roberts
I have looked at numerous posts and there is still some ambiguity.-- Is it possible to have a subscription model using either Paypal or the in-app billing model? Does it or does it not violate the Android Terms of Service? If we use in-app billing, do we need to prompt the user each month that

[android-developers] half image on application

2011-11-14 Thread Raphael de Souza Oliveira
I have a Text and an Image, I need to change the visible of them, but it occupies space in my view, How can I make for one of these, disappear and don't occupy space? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Automatic ScrollView

2011-11-14 Thread Raphael de Souza Oliveira
How can I make a Automatic scrollView? It need work automatically, without click of buttom, It need to pass some images, for user, it need to be horizontal. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Apk file size limit / number of files limit

2011-08-25 Thread Raphael André Bauer
any examples and code snipplets that show how to implement such a download-at-start function best? I guess there is a lot to take into account like storage available, where to store stuff and so on... Thanks a lot again :) Best, Raphael -- You received this message because you

[android-developers] Apk file size limit / number of files limit

2011-08-24 Thread Raphael André Bauer
to continue debugging would be really great. If there are any limits on the amount of files / size of an apk let me know. I am not aware of any limits - and afaik the 50mb limit of Android apps distributed via the Android Market was lifted some time ago. Thanks a lot :) Raphael ps. I also cross posted my

[android-developers] Re: inset a Base64.encode string into a xml

2011-06-08 Thread Raphael Posmyk
dilo.mt wrote at Dienstag, 7. Juni 2011 16:46: i tried with this : StringBuilder sb = new StringBuilder(); sb.append(image); sb.append(Base64.encode(byteArray)); sb.append(/images); but it gives me an error saying that image tag not closed, this is a part of a soap request. help me

Re: [android-developers] Re: Android SDK is so slow that is ridiculous.

2011-01-27 Thread Raphael
We are aware of the emulator speed issue and are actively working on it. R/ -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

Re: [android-developers] Android 3.0 Platform Preview and Updated SDK Tools

2011-01-26 Thread Raphael
You're welcome! R/ On Wed, Jan 26, 2011 at 1:20 PM, Spiral123 cumis...@gmail.com wrote: Thanks Google! http://android-developers.blogspot.com/2011/01/android-30-platform-preview-and-updated.html -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Best strategy to save progress dialog state ?

2011-01-18 Thread Raphael Baggio
Hi all ! Im developing a app that needs a progress dialog. But when the screen orientations change the app crash, like everyone knows. Then i would like to know whats the best strategy to do do this ??? thanks ! -- Raphael Baggio -- You received this message because you are subscribed

[android-developers] Re: Best strategy to save progress dialog state ?

2011-01-18 Thread Raphael Baggio
anyone ??? 2011/1/14 Raphael Baggio rbautoma...@gmail.com Hi all ! Im developing a app that needs a progress dialog. But when the screen orientations change the app crash, like everyone knows. Then i would like to know whats the best strategy to do do this ??? thanks ! -- Raphael

[android-developers] Debugging Problem

2010-09-27 Thread Raphael R
Hi! Setting a breakpoint in Eclipse is not recognized when I start my app in debug mode. The breakpoint is in the onCreate method, the app runs normally, but no debug notification. Can someone give me a hint? Eclipse Version 3.5.2 Android 2.1 greetings -- You received this message because you

Re: [android-developers] Re: ADT master and aapt

2010-09-15 Thread Raphael
Hi there, Yep, it's trivial as long as you have the right version of Cygwin. 1- Install cygwin. Not the latest one, you need the legacy one. Look at step 3-A in this doc: http://android.git.kernel.org/?p=platform/sdk.git;a=blob;f=docs/howto_build_SDK.txt;hb=HEAD 2- You don't need to build a

[android-developers] Re: Change how ListView looks, Roller

2010-03-08 Thread Raphael
The final effect should look like the selection spinning roller in the iPhone, like this: http://androidguys.savina.net/Small_Roller.png With a background, the ListView (numbers) and another PNG (transparent) on top but not selectable for the gradient effect. Any ideas? On Mar 7, 8:28 pm,

[android-developers] hashset problem

2009-12-29 Thread raphael couturier
Hi, I have a problem with the hashset implementation because the followinf little part of my code uses it and doesn't give the same result according to the version of android. Here is my code : HashSetString hset=new HashSetString(); hset.add(new String(cat)); hset.add(new String(dog));

Re: [android-developers] Re: Updates to the Android SDK

2009-12-04 Thread Raphael
Sorry for the frustration. You should get the exact same updates whether you are using the https or the http link. R/ On Fri, Dec 4, 2009 at 4:17 PM, Sekhar sek...@allurefx.com wrote: Not working for me. The standalone manager won't connect to the SSL url

Re: [android-developers] Re: Updates to the Android SDK

2009-12-04 Thread Raphael
Grrr I have yet another issue of the block on my home XP machine. Using the standalone sdk manager, it keeps telling something is locking the tools dir so it can't install tools r4. But I killed adb, closed Eclipse, all Explorers... still won't work. Process Explorer can't find anything using that

Re: [android-developers] Re: Eclair install choked with errors about locks and died horribly leaving corrupted install

2009-11-01 Thread Raphael
On Wed, Oct 28, 2009 at 11:25 PM, Armond Avanes armond...@yahoo.com wrote: After all, I'm still on my opinion. In the case of failure, the update process should try to COPY the contents instead of moving/renaming. And a warning that some garbage have been left on temp directory. For those of

[android-developers] Re: Eclair install choked with errors about locks and died horribly leaving corrupted install

2009-10-28 Thread Raphael
On Tue, Oct 27, 2009 at 5:44 PM, Streets Of Boston flyingdutc...@gmail.com wrote: I have the same issue. I started android.bat from the command prompt. Since android.bat is in the directory that is reported to be locked, my command prompt is holding a lock to it when starting

[android-developers] Re: emulator: could not find virtual device named...

2009-10-28 Thread Raphael
Well the emulator is C app and the android tool is a Java app so they have slightly different ways to get your user profile directly. Out of curiosity, if you do a set under a command-prompt, what is your USERPROFILE variable? Your best solution is to define a global environement variable

[android-developers] Re: Couldn't install Android 2.0 platform

2009-10-28 Thread Raphael
Does it happen everytime you try to download? R/ On Wed, Oct 28, 2009 at 4:04 AM, ishfb shishkov.i...@gmail.com wrote: I tried to install Android 2.0 platform via Android SDK and AVD Manager. In Available Packages I chosen to install SDK Platform Android 2.0, API 5, revision 1. The Manager

[android-developers] Re: [Android Developers] Make Fade-in and Fade-Out Effect

2009-10-28 Thread Raphael
On Wed, Oct 28, 2009 at 3:19 AM, ArNguyen vunguye...@gmail.com wrote: Hi all! I am beginner on Android game. I want to make Fade-in and fade-out effect to transform scenes (Intro game - play game - win game/ over game, ...). Please tell me how to make  Fade-in and fade-out effect in

[android-developers] Re: Multitouch support in Android 2.0

2009-10-27 Thread Raphael
On Tue, Oct 27, 2009 at 9:45 AM, Dianne Hackborn hack...@android.com wrote: It's basically just some new APIs on MotionEvent: http://developer.android.com/reference/android/view/MotionEvent.html Hmmm  and I'm not sure why, but in the doc all of those new APIs are in gray, so they should

[android-developers] Re: environment set-up confusing, instructions unclear

2009-10-12 Thread Raphael
Well, maps.jar is *only* available when using the Google addon. Don't build using the regular 1.5 if you want maps. Why do you want to do that? Also consider posting your errors. R/ On Oct 8, 2009 6:24 AM, ian stilbit...@gmail.com wrote: I;ve had no end of build path problems and I am still

[android-developers] Re: Layout - Weight not working

2009-10-04 Thread Raphael
I'm no layout expert but instead I'd try: - android:layout_width=fill_parent for both - android:layout_weight=0 for the first one - android:layout_weight=1 for the second one. R/ On Sun, Oct 4, 2009 at 10:21 AM, Mark Murphy mmur...@commonsware.com wrote: All I want is to make the first

[android-developers] Re: [adb ddms] i can't see my samsung galaxy on windows seven 64 bits

2009-10-04 Thread Raphael
Is this for Windows? I believe you should ask Samsung for a driver. Si c'est pour Windows, je pense que tu devrais demander un pilote a Samsung. R/ On Sun, Oct 4, 2009 at 10:51 AM, letroll julien.quievr...@gmail.com wrote: Hi all, Sorry for my bad english, I'm french! I want use my phone

[android-developers] Re: Is it possible to override the sdcard using emulator from Eclipse (SDK 1.6, ADT 0.9.3) ?

2009-10-04 Thread Raphael
You can give extra emulator command line options in Eclipse: - specific to your in the Debug/Run Launch Configuration of a given project. - for all projects in the main preferences android launch. R/ On Sat, Oct 3, 2009 at 1:22 PM, davemac davemac...@gmail.com wrote: I've got an AVD setup

[android-developers] Re: Fedora Eclipse doesn't let me install Android's ADT plugin

2009-10-02 Thread Raphael
If you don't manage to fix the dependencies, as an alternative, you can simply get a download of Eclipse Java from eclipse.org. You don't need to mess with whatever is installed on your fedora, simply unzip it in any directory under your home dir and execute it from there. E.g. $ cd ~ $ mkdir

[android-developers] Re: How to start debugger on ADP1 device rather than AVD

2009-09-17 Thread Raphael
What is the minSdkVersion for your app? Which android does the avd that starts run? For example if you have minSdkVersion=4 in your app's manifest, ADT will want to locate a system for android-4, but your device only runs android-3 (aka 1.5). One workaround is to edit your launch configuration

[android-developers] Re: Button.setTextColor, how to make it work? Options

2009-09-17 Thread Raphael
If you want to permanently change the color scheme of the button, please consider using a custom style: http://d.android.com/guide/topics/ui/themes.html R/ On Thu, Sep 17, 2009 at 7:22 AM, WoodManEXP woodman...@gmail.com wrote: Experimenting with some UI ideas I wanted to change the color in a

[android-developers] Re: 1.6 error with NumericShaper.class?

2009-09-17 Thread Raphael
IIRC awt is a separate library that you need to declare explicitly in your application manifest. http://www.google.com/search?hl=enq=android+uses-library+awt R/ On Thu, Sep 17, 2009 at 1:49 PM, Beth Mezias emez...@gmail.com wrote: Hiya, When I try to open my SDK 1.1 project with Donut, I get

[android-developers] Re: ANDROID SDK 1.6 DOES NOT SUPPORT ARABIC LOCALE

2009-09-16 Thread Raphael
I don't think there's any support for right-to-left in the system yet. R/ On Wed, Sep 16, 2009 at 6:12 PM, Ahmad Al-Ibrahim a.alibra...@gmail.com wrote: Disappointed, I was so happy to see Arabic listed in the docs. Any suggestion on how to get that done? or at least add Arabic fonts to be

[android-developers] Re: handling expensive operations in the UI thread - posting result from worker thread to UI thread

2009-09-16 Thread Raphael
On Wed, Sep 16, 2009 at 6:15 PM, rukiman ruksh...@optushome.com.au wrote: OK I should re-ask my question so its a bit more clearer. in updateResultsInUI() it is updating the results obtained from the doSomethingExpensive() which was calculated in the worker thread. Now what if

[android-developers] Re: How To Programmatically Turn On/Off WIFI?

2009-09-16 Thread Raphael
On Tue, Sep 15, 2009 at 8:36 PM, !oEL runzhou...@gmail.com wrote: Hi, Second question of the day, how do I programmatically turn on/off WIFI? There's an example at line 226 here:

[android-developers] Re: Drawing Simple lines

2009-09-16 Thread Raphael
What is canvas? What's your XML layout? R/ On Wed, Sep 16, 2009 at 7:57 AM, pro proka...@gmail.com wrote: Hi All, I've the following code I'm trying to run on emulator ( v 1.5 of OS), but it seems like I can't use the whole canvas!!! Here is the code fragment -             Paint p = new

[android-developers] Re: ADB over IP?

2009-09-16 Thread Raphael
=2f38b699713dc2587a771bd5d4c6a47329728f5e Don't be evil. -E On Sep 15, 6:43 pm, Raphael r...@android.com wrote: adb currently only works over USB. R/ On Tue, Sep 15, 2009 at 3:07 PM, Bao tedcan...@gmail.com wrote: Hello,  Does the ADB support debug over IP? I set ADBHOST=192.168.16.2 in the eviroment variable in Windows

[android-developers] Re: Textview Autoscroll?

2009-09-16 Thread Raphael
android:layout_width=wrap_content android:textStyle=bold android:layout_marginLeft=10px android:text=This is a test Sentence. android:layout_marginBottom=0px android:layout_gravity=left / /ScrollView /RelativeLayout Thanks! On Sep 15, 4:55 pm, Raphael r...@android.com wrote: someTextView.setText

[android-developers] Re: How To Programmatically Reboot The Phone

2009-09-16 Thread Raphael
On Tue, Sep 15, 2009 at 8:22 PM, !oEL runzhou...@gmail.com wrote: I see. Thank you Mark, I guess this shall be disposed from my feature basket, since I'm planning to write a public app. Out of curiosity, why would you want to write an app that reboots a phone? R/

[android-developers] Re: Is there any way to get paticular vertion of android source code?

2009-09-16 Thread Raphael
On Wed, Sep 16, 2009 at 10:35 PM, William Hua krypto...@gmail.com wrote: I've synced my android repository just after android sdk 1.6 announced, but found some problem to install my apps with native code (so built by NDK 1.5_r1) then. I tried to build NDK with the latest souce code, bu

[android-developers] Re: ADB over IP?

2009-09-15 Thread Raphael
adb currently only works over USB. R/ On Tue, Sep 15, 2009 at 3:07 PM, Bao tedcan...@gmail.com wrote: Hello,  Does the ADB support debug over IP? I set ADBHOST=192.168.16.2 in the eviroment variable in Windows XP, and use adb kill-server; adb devices. It didn't show any devices. However,

[android-developers] Re: Textview Autoscroll?

2009-09-15 Thread Raphael
someTextView.setText(someText); scrollViewWrappingTheTextView.scrollTo(0, someTextView.getHeight()); R/ On Tue, Sep 15, 2009 at 4:35 PM, Johnnyr jreyn...@gmail.com wrote: Hi guys, I'm trying to get a text view, that is a child of a scrollview, to automatically scroll to the bottom when

[android-developers] Re: Android 1.6 SDK is here!

2009-09-15 Thread Raphael
Thanks for the feedback. Could you be more explicit on which API are not properly documented? If possible, please file it as a bug on http://b.android.com so that they can be properly documented in a future SDK. R/ On Tue, Sep 15, 2009 at 4:58 PM, Don Tran arro...@gmail.com wrote: The

[android-developers] Re: Portuguese locale on SDK 1.5 r3 emulator

2009-09-04 Thread Raphael
You can also use adb pull to retrieve the CustomLocale.apk from the 1.5 emulator and install it manually on your ADP1. Alternative, if you have the full sources just make CustomLocale and install. R/ On Wed, Aug 19, 2009 at 3:17 PM, Michael Bollmannmichael.bollm...@googlemail.com wrote:

[android-developers] Re: Google Maps application problem - tiles not loading = grey background only / Maps API key available

2009-06-29 Thread Raphael
Another suggestion is to try to run the maps demo that comes with the sdk: sdk/add-ons/google_apis-3/samples/MapsDemo Also as explained in http://code.google.com/android/add-ons/google-apis/maps-overview.html you need to sign your APK. Disclaimer: I never actually ran the demo nor used the maps

[android-developers] Re: Google Maps application problem - tiles not loading = grey background only / Maps API key available

2009-06-29 Thread Raphael
On Mon, Jun 29, 2009 at 4:43 PM, Mark Murphymmur...@commonsware.com wrote: I looked in the main SDK for a sample and didn't find one. I keep forgetting the Maps code is now in add-ons/ and that any samples would be there. I totally agree that it's not obvious. Logical but not obvious. R/

[android-developers] Re: Problems with shared library JAR

2009-06-26 Thread Raphael
On Fri, Jun 26, 2009 at 11:32 AM, Maxma...@mackzweb.com wrote: I'm trying to use an external library packaged in one JAR file (openRDF Sesame 2.2.4 [1]). As suggested in this group, I first added the JAR to a new folder in my project, then added it to the Java build path via the project

[android-developers] Re: minSdkVersion and real devices

2009-06-21 Thread Raphael
On Sat, Jun 20, 2009 at 11:12 PM, BlackLightblacklight1...@gmail.com wrote: Hello. I have a game that uses simple gui. I can lunch it on any emulator and on my device. I'm setting minSdkVersion in xml to 1. If I will publish my paid app on market, will devices with ver1.5 be able to

[android-developers] Re: minSdkVersion and real devices

2009-06-21 Thread Raphael
On Sun, Jun 21, 2009 at 1:51 AM, BlackLightblacklight1...@gmail.com wrote: Thanks. I'm using 1.5_r2. It allows to select only between 1.1 and 1.5. Before 1.5_r2 I used 1.0_r1 (updated several weeks ago) and I have phone with os 1.0. Yes they will. But if you put version=1 then please be

[android-developers] Re: Capture the Android's browser HTTP petitions

2009-06-20 Thread Raphael
On Fri, Jun 19, 2009 at 7:57 AM, psaltamontesmcg2...@gmail.com wrote: Yes, I want to say request :), sorry , I need improve my English. I don't want my application modify the settings of the browser, the idea is that the user configure the proxy of the browser and install my application.

[android-developers] Re: How to save the view to image file ?

2009-06-18 Thread Raphael
On Mon, Jun 15, 2009 at 11:28 PM, Alankind...@gmail.com wrote: Hi all,    When I design a game, I have a problem.    How to save the View display on the screen to a image file such as png,jpg file    Whether android API is support to this function? Your custom view onDraw receives a

[android-developers] Re: Issues with Android SDK

2009-06-18 Thread Raphael
On Wed, Jun 17, 2009 at 2:24 AM, Shasha.andr...@gmail.com wrote: Hi Folks, I am new to android. I am trying to install Android SDK(android-sdk- windows-1.5_r2) on the Eclipse (eclipse-jee-ganymede-SR2-win32) in Windows Vista. I have followed the steps mentioned in the

[android-developers] Re: Can't get hello android printed

2009-06-08 Thread Raphael
Hi, First, as a general rule, when something does not happen on a device or emulator, please open the Window Perspective DDMS Perspective and look in the logcat view: this is where the logs from the device or emulator show and most of the time they will give you the exact error that happened.

[android-developers] Re: Maps and StreetView missing in Android SDK 1.5?

2009-06-01 Thread Raphael
Sorry, not idea on that one. May I suggest you write a bug at http://b.android.com with a snippet of code (e.g. a new skeleton project with minimal code) to reproduce it? Thanks in advance, R/ On Sat, May 30, 2009 at 4:01 PM, pawpaw17 georgefraz...@yahoo.com wrote: Yes, that's it, thanks!

[android-developers] Re: Error on creating new XML from eclipse

2009-06-01 Thread Raphael
This is a know issue if you are using the menu item. Use the New XML File Wizard icon located in the toolbar as a workaround (it looks like a yellow android icon with a green + on top of it). R/ 2009/6/1 Luis Alberto Pérez García lui...@gmail.com: Hi all, Just a few days working on Android,

[android-developers] Re: Is Idea protected by copyright?

2009-06-01 Thread Raphael
You should consult a lawyer. Also please realize that copyright law drastically differ between countries and you didn't even specify which one you are living in. R/ On Sat, May 30, 2009 at 11:14 PM, alucard20004 alucard20...@gmail.com wrote: If I publish a paid application with very good idea

[android-developers] Re: Plugin 0.9 ADT with Eclipse (G4.3.2) on WIN XP SP3 problem

2009-06-01 Thread Raphael
You do not need to download, you just need to use Help Software Update Available Software, add the update site URL, select the new version and finally click Install. And of course it's all explained with great details on http://d.android.com/sdk/1.5_r2/installing.html (scroll down to

[android-developers] Re: Tabhost and TabWidget on Android 1.5

2009-06-01 Thread Raphael
Yes, this is a know issue. The error is just with the layout editor. You can edit the XML as text and test it on the emulator or an actual device. R/ On Thu, May 28, 2009 at 9:12 PM, RS Android rahuls...@gmail.com wrote: I have been trying to have a view layout using TabWidget. This is using

[android-developers] Re: Missing MapPoint in 1.5r2?

2009-06-01 Thread Raphael
Thanks Mark, I'll have a look. R/ On Sat, May 30, 2009 at 5:18 PM, Mark Murphy mmur...@commonsware.com wrote: Raphael wrote: Please file a bug at b.android.com and we'll have a look. A small code/apk snippet would be ideal too. Filed as: http://code.google.com/p/android/issues/detail?id

[android-developers] Re: Unable to set sd card parameter

2009-06-01 Thread Raphael
On Mon, Jun 1, 2009 at 4:18 PM, intbt in...@tacberry.com wrote: In Windows you also need to set up image file of sd card on the pc before trying to use it in the Emulator. If you use the latest ADT 0.9.2 as Roman suggested, you can use the new Window AVD Manager that lets you add an SDCard

[android-developers] Re: Missing MapPoint in 1.5r2?

2009-05-30 Thread Raphael
Please file a bug at b.android.com and we'll have a look. A small code/apk snippet would be ideal too. Thanks in advance. R/ On Sat, May 30, 2009 at 10:44 AM, Mark Murphy mmur...@commonsware.com wrote: I am attempting to build an application that uses the Google Maps Add-On. I get compile

[android-developers] Re: ant and eclipse builds don't play nice

2009-05-27 Thread Raphael
something like this (from memory): $ adb shell am start -D com.blah.myapp/com.blah.myapp.MyMainActivity (run am without args to see the help) HTH R/ On Tue, May 26, 2009 at 11:02 PM, Craig supkic...@gmail.com wrote: On Wed, May 27, 2009 at 2:36 PM, Raphael r...@android.com wrote: On Tue, May 26

[android-developers] Re: Why the Android docs are inconsistent?

2009-05-27 Thread Raphael
Please file doc bugs at http://b.android.com -- the API probably evolved before 1.0 without the javadoc being updated. R/ On Wed, May 27, 2009 at 6:51 PM, havexz bali.param...@gmail.com wrote: I have looking for something and found these inconsistencies in the online documentation This is

[android-developers] Re: Extremely frustrating = TextView in ScrollView - Scroll to bottom?

2009-05-27 Thread Raphael
I often use a TextView withing a ScrollView as a quick log in early prototype of apps, for debugging. Typically I just set the selection to the end of the text, which moves the caret and thus makes sure it's visible: mLogTextView.append(msg); mLogTextView.setSelected(true); Spannable text =

[android-developers] Re: SDK 1.5, Unable to load XML wizard

2009-05-26 Thread Raphael
On Mon, May 25, 2009 at 5:10 PM, androg roger.weinhei...@gmail.com wrote: I get this error with all three launch options, right-click folder in Package Explorer, toolbar button, and File-New-Android XML File. Nothing works for me. I am running Eclipse 3.4.2 and ADT 0.9.1 on Debian (Lenny).

[android-developers] Re: Scala with Android 1.5

2009-05-26 Thread Raphael
The new SDK 1.5 allows add-ons to be created: these create new system images that can add a custom library. On the Eclipse side, that library gets automatically added to the app classpath. On the Android side, apps then need to include a uses-library in their manifest and they automatically get

[android-developers] Re: problems importing existing project into eclipse

2009-05-26 Thread Raphael
This is not complaining about the Project Properties Android. It is complaining about the *Java* compiler level. In the Project Properties Java Compiler JDK Compiler make sure you are using Java 1.5 or Java 1.6. R/ On Tue, May 26, 2009 at 7:15 AM, schwiz sch...@gmail.com wrote: I used

[android-developers] Re: ant and eclipse builds don't play nice

2009-05-26 Thread Raphael
On Tue, May 26, 2009 at 6:26 PM, Craig supkic...@gmail.com wrote: On May 26, 9:49 pm, Zero zeroo...@googlemail.com wrote: from my experience, eclipse never used the build.xml for it's internal builds - how did you do that ? The eclipse build doesn't use build.xml at all, but due to the

[android-developers] Re: Whole lotta garbage collecting going on.... How do I find out what is being collected?

2009-05-25 Thread Raphael
If you don't need thread synchronization, use StringBuilder instead of StringBuffer. R/ On Mon, May 25, 2009 at 3:47 PM, Robert Green rbgrn@gmail.com wrote: The score changes every frame.  I like how it works because it's tons of tiny increments.  I actually just did the thing I talked

[android-developers] Re: Installing the USB driver for HTC Magic on Vista

2009-05-23 Thread Raphael
2009/5/22 Cédric Berger cedric.berge...@gmail.com: 2009/5/21 Cédric Berger cedric.berge...@gmail.com took me a LOT of trials before it worked ! I finally have this rule and it is OK (did not have to edit user groups on my system): SYSFS{idVendor}==0bb4, SYSFS{idProduct}==0c02,

[android-developers] Re: Problem installing application onto HTC Magic

2009-05-23 Thread Raphael
On Thu, May 21, 2009 at 6:20 AM, Android Users androidmai...@gmail.com wrote: Any help on this as this is stopping our work. Searched in all android forums, but no luck.. You need to ask your carrier to provide the maps binaries in their system images (or did you create your own system

[android-developers] Re: How to solve G1/HTC Magic not recognized by ADB under Windows

2009-05-23 Thread Raphael
2009/5/21 Cédric Berger cedric.berge...@gmail.com: I had asked HTC if they had drivers... their answer :-( : You recently wrote us about an issue that you have encountered with your htc To clarify your issue, you stated that: you would like to install usb driver in Google android SDK 1.5.

[android-developers] Re: How to resolve Fail to find an AVD compatible with target 'Android 1.5' ?

2009-05-21 Thread Raphael
What does android list avds gives you on the command line? If using Eclipse with ADT 0.9.1 you can use Windows AVD Manager to list your avds R/ On Tue, May 19, 2009 at 2:07 AM, rogerhood rogerh...@gmail.com wrote: hi, all:     My Eclipse is equiped with Cupcake SDK and I created an AVD in /

[android-developers] Re: Installing the USB driver for HTC Magic on Vista

2009-05-20 Thread Raphael
Try adding a GROUP= attribute to the rule like this: SUBSYSTEM==usb, ATTR{idVendor}==0bb4, MODE=0666, GROUP=plugdev and make sure your user is added to this group. This group exists on my corporate machine, dunno if yours have the same groups since mine is no longer a stock ubuntu. I've also

[android-developers] Re: Need Major help on this PLEASE

2009-05-20 Thread Raphael
All the resource names must be valid Java identifiers: they basically end up as constant names in R.drawable and such. You can't name a variable 008. Try img008or _008 instead. R/ On Wed, May 20, 2009 at 11:24 AM, androiddev123 androiddev123ph...@googlemail.com wrote: Hi there, Keep

[android-developers] Re: Redirecting to market search URL doesn't work

2009-05-20 Thread Raphael
The correct place to ask Market questions is http://www.google.com/support/forum/p/Android+Market R/ On Tue, May 19, 2009 at 1:20 PM, orangechicken therealdave.my...@gmail.com wrote: To pretty up the URL we have on our site a URL /get/g1. It redirects to our market.android.com/search URL, eg

[android-developers] Re: Getting the manifest.xml of applications from the market?

2009-05-20 Thread Raphael
APKs are simply zip files. If you have an APK, you can read its manifest. R/ On Wed, May 20, 2009 at 1:49 AM, brian.schim...@googlemail.com brian.schim...@googlemail.com wrote: Hi there, is there some way to retrieve the manifest.xml of an application from the market, without installing the

[android-developers] Re: already set uses-sdk but market won't accept

2009-05-20 Thread Raphael
On Wed, May 20, 2009 at 1:37 AM, brian.schimmel brian.schim...@googlemail.com wrote: I had similar issues, read all that stuff about positioning it correctly in the XML, and did not work either. Then I upgraded to the newest SDK 1.5_r1 and everything worked. The market bug about the

[android-developers] Re: Setup eclipse project for android source

2009-05-20 Thread Raphael
On Tue, May 19, 2009 at 11:46 PM, Daniel Dreiberg daniel.dreiber...@gmail.com wrote: Hi, I am following the following article to setup eclipse project for androi source http://source.android.com/using-eclipse But what should I set my eclipse output folder for my project to be?  If I just

[android-developers] How to solve G1/HTC Magic not recognized by ADB under Windows

2009-05-19 Thread Raphael
If you don't use Windows or adb has no problem with your device, please skip this. If your G1 or HTC Magic is not properly recognized by ADB under Windows, please read this. The bottom line: Please make sure to enable Home Settings Applications Development USB debugging on your G1 or HTC

[android-developers] Re: Maintaining two Eclipse installs with two Android SDKs

2009-05-19 Thread Raphael
With Eclipse 3.3, the plugins are installed in the Eclipse directory. With Eclipse 3.4 and P2 there's a common pool of plugin and specific instances per Eclipse directory. The plugins preferences are however associated with the workspace. In your case you need to have 2 different plugins so you

[android-developers] Re: Installing the USB driver for HTC Magic on Vista

2009-05-19 Thread Raphael
2009/5/19 Cédric Berger cedric.berge...@gmail.com: I tried with a windows XP sp3 32bit where I never installed android USB driver before. When first plugged in the phone, it automatically installed mass storage driver, it told about it but did not ask anything. Does this help?

[android-developers] Re: Can you record a video of the screen?

2009-05-18 Thread Raphael
On Sun, May 17, 2009 at 9:17 PM, Sheepz eladk...@gmail.com wrote: I know you can use the ddms view in eclipse to take a snapshot of the screen, but can you somehow make a video like that? I don't think there's such a tool. If you want to make a video of your own app, use the emulator and some

[android-developers] Re: Is there an easy way to make EditText look like TextView but still behave like EditText?

2009-05-18 Thread Raphael
Try this: android:style=@android:style/Widget.TextView R/ On Sun, May 17, 2009 at 3:31 PM, Nikola Radosavljevic nikolaradosavlje...@gmail.com wrote: Note: I had troubles posting to android-beginners group, so I came here hoping this will work. Hello there, I want an EditText to

[android-developers] Re: Installing the USB driver for HTC Magic on Vista

2009-05-18 Thread Raphael
Hi guys, We're trying to reproduce the issue. I have a few questions for the few of you which still have issues: - Which version of Windows are you using? XP, Vista, W7, 32 or 64bit. - Did you *ever* install an android USB driver before? SDK 1.0/1.1 had one and it has been updated in 1.5. -

[android-developers] Re: Market countries - how are they determined ?

2009-05-17 Thread Raphael
The correct place to ask Market questions is http://www.google.com/support/forum/p/Android+Market R/ On Sun, May 17, 2009 at 4:27 AM, kiu sch...@googlemail.com wrote: In the android market the countries where your app should be published can be selected. How is the country determined ?

[android-developers] Re: problem when debugging android application with eclipse

2009-05-16 Thread Raphael
Are you talking about the DDMS perspective or the standalone DDMS? If you use eclipse, do not use the standalone DDMS program, use the DDMS perspective from within Eclipse. If you do that you do not need to manually select the program in the DDMS process list, the Eclipse plugin can

[android-developers] Re: Installing the USB driver for HTC Magic on Vista

2009-05-16 Thread Raphael
, cberger cedric.berge...@gmail.com wrote: On May 14, 5:49 pm, Raphael r...@android.com wrote: - If you want to debug with adb, ant or Eclipse, you need to use the USB driver that comes with your SDK. You need to enable debugging on the device first in the settings. Seehttp://d.android.com/guide

[android-developers] Re: Problem creating a resource in eclipse

2009-05-16 Thread Raphael
Oops, looks like the menud is not declared correctly. I filed http://b.android.com/2687 for it. In the mean time, you can achieve the same by using the New Android XML File icon in the toolbar. R/ On Fri, May 15, 2009 at 10:29 PM, Makeable m...@makeable.co.uk wrote: I am trying to create a

[android-developers] Re: Help: View Not Shown After TableLayout

2009-05-16 Thread Raphael
On Sat, May 16, 2009 at 8:59 PM, Romain Guy romain...@google.com wrote: Your TableLayout has height=fill_parent, it's therefore as tall as its parent, so there's no more room left on screen to show the TextView. and to fix that add an android:layout_wheight=0 to the table layout and a

[android-developers] Re: ListView + SimpleAdaptor + ImageView = very slow

2009-05-16 Thread Raphael
On Fri, May 15, 2009 at 5:09 PM, OTB erwan.allia...@gmail.com wrote: Hi, I have developed a ListActivity where each row of the list contain a drawable (downloaded from an url, cached locally and in memory). So, I use a custom SimpleAdaptor to fill the list. My problem is that the list is

[android-developers] Re: Help: View Not Shown After TableLayout

2009-05-16 Thread Raphael
On Sat, May 16, 2009 at 9:25 PM, Raphael r...@android.com wrote: On Sat, May 16, 2009 at 8:59 PM, Romain Guy romain...@google.com wrote: Your TableLayout has height=fill_parent, it's therefore as tall as its parent, so there's no more room left on screen to show the TextView. and to fix

  1   2   3   >