[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.
> --- > You received this message because you are subscribed 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, vis

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

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

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

2012-07-06 Thread Raphael P.F.
> 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 this group at > http://groups.google.com/group/android-developers?hl=en > --

[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

Re: [android-developers] Recover Certificate from APK

2012-06-17 Thread Raphael P.F.
ps.com >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send ema

[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", "com.android.sett

[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 -- 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] 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 paypal

[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 t

[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, se

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

2011-08-25 Thread Raphael André Bauer
funny name) on a pc and verifying that all the files are > there. Yea. Should be okay... Thanks a lot for the advice - really helps to understand how things are intended to work on android :) Do you know any examples and code snipplets that show how to implement such a download-at-start funct

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

2011-08-24 Thread Raphael André Bauer
did not help. Any pointers how 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

[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(""); > sb.append(Base64.encode(byteArray)); > sb.append(""); > > but it gives me an error saying that tag not closed, this is a > part of a soap request. help me please.

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 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" group. >

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

2011-01-18 Thread Raphael Baggio
anyone ??? 2011/1/14 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

[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 to the

[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, Matthe

[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 : HashSet hset=new HashSet(); hset.add(new String("cat")); hset.add(new String("dog")); hset.add(new Stri

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: 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 wrote: > Not working for me. The standalone manager won't connect to the SSL > url (https://dl-ssl.google.com/android/repository/repository.

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

2009-12-04 Thread Raphael
For all of those who have the issue of 1.6_r2 not installing under Windows: that's because Eclipse is locking the folder. The solution is to close Eclipse and run the $SDK\tools\android.bat script directly. Then 1.6_r2 will install correctly. HTH R/ -- You received this message because you are s

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 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 > us on slow conn

[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 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? > Thanks,

[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 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 started to downlo

[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 ANDR

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

2009-10-28 Thread Raphael
Hey, do you still have the lock issue from Eclipse? I could use a bit of help understand what's going on: - Install Process Explorer from http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx - Run Process Explorer - Go to Find > Find Handle - Search for the one of the locked path, e.g. C

[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 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.bat not very handy

[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 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 be easy to see. :

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

2009-10-11 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" wrote: I;ve had no end of build path problems and I am still having them. One pro

[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 wrote: > > I've got an AVD setup with an SD card, b

[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 wrote: > > Hi all, > > Sorry for my bad english, I'm french! > > I want use my phone for debugging  in ec

[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 wrote: > >> All I want is to make the first textview take as much spa

[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 m

[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=en&q=android+uses-library+awt R/ On Thu, Sep 17, 2009 at 1:49 PM, Beth Mezias wrote: > Hiya, > > When I try to open my SDK 1.1 project with Donut, I get an error (pas

[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 wrote: > > Experimenting with some UI ideas I wanted to change the color in a > button view some

[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 i

[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 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 unfortunately, > f

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

2009-09-16 Thread Raphael
On Tue, Sep 15, 2009 at 8:22 PM, !oEL 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: Textview Autoscroll?

2009-09-16 Thread Raphael
    > >> > android:id="@+id/scrollview" >> android:layout_width="wrap_content" >> android:layout_height="200px" >> >> > android:id="@+id/output" >> android:layout_height="wrap_content" >> and

[android-developers] Re: ADB over IP?

2009-09-16 Thread Raphael
9728f5e > > Don't be evil. > > -E > > On Sep 15, 6:43 pm, Raphael wrote: >> adb currently only works over USB. >> >> R/ >> >> On Tue, Sep 15, 2009 at 3:07 PM, Bao wrote: >> >> > Hello, >> >  Does the ADB support debug over

[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 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 Paint()

[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 wrote: > > Hi, > > Second question of the day, how do I programmatically turn on/off > WIFI? There's an example at line 226 here: http://code.google.com/p/autosettings/source/browse/trunk/AutoSettings/src/com/alfray/timeriffic/utils/SettingsHelper.java#22

[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 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 doSomethingExpensive() is run in

[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 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 > able to read Arabic

[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 wrote: > > The documentation and java

[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 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 something new is

[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 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, it's working if

[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 Bollmann wrote: > > Thanks alot > > On 10 Aug., 21:09,

[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 Murphy 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: 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: /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 API

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

2009-06-26 Thread Raphael
On Fri, Jun 26, 2009 at 11:32 AM, Max 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 properties in Ecli

[android-developers] Re: minSdkVersion and real devices

2009-06-21 Thread Raphael
On Sun, Jun 21, 2009 at 1:51 AM, BlackLight 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 sure to use th

[android-developers] Re: minSdkVersion and real devices

2009-06-21 Thread Raphael
On Sat, Jun 20, 2009 at 11:12 PM, BlackLight 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 > download and lunch my

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

2009-06-20 Thread Raphael
On Fri, Jun 19, 2009 at 7:57 AM, psaltamontes 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. This applicati

[android-developers] Re: Issues with Android SDK

2009-06-18 Thread Raphael
On Wed, Jun 17, 2009 at 2:24 AM, Sha 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 > http://developer.android.com/sd

[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, Alan 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 Canvas and pai

[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: AIDL issue with 1.5sdk and eclipse plugin

2009-06-01 Thread Raphael
You could start by posting the exact error messages you see. R/ On Mon, Jun 1, 2009 at 5:00 PM, cvance383 wrote: > > Hey I've been working on an app for a couple months now. I just > downloaded the sdk and installed the newest plugin. Unfortunately my > app broke after this finished. I have tri

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

2009-06-01 Thread Raphael
On Mon, Jun 1, 2009 at 4:18 PM, intbt 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 to a new AVD. It

[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 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.c

[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 wrote: > > I have been trying to have a view layout using TabWidget. This is > using Eclipse and Andr

[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 "install

[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 wrote: > > If I publish a paid application with very good idea and concept. And > r

[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 : > > Hi all, > > Just a few days working on Android, but... I d

[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 wrote: > > Yes, that's it, thanks! Works like a charm. The o

[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 wrote: > > I am attempting to build an application that uses the Google Maps Add-On. > > I get compile errors on this code: >

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

2009-05-30 Thread Raphael
You will have maps if you create an AVD that targets the "Google APIs" add-on: $ android create avd --name some_avd_name --target 3 ... $ emulator @some_avd_name (or using Windows > AVD Manager in Eclipse). I think with 1.5_r2 you also get streetview in the emulator, not sure. R/ On Sat, Ma

[android-developers] Re: Can't repo sync

2009-05-27 Thread Raphael
Please consider posting on repo-discuss. R/ On Wed, May 27, 2009 at 7:05 AM, Gary Thomas wrote: > > Removing the two files in question and rerunning 'repo sync' seems to > have fixed it.  That said, how/why did this happen?  Was this the > correct > solution? > > On May 27, 7:24 am, Gary Thomas

[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 = (Span

[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 wrote: > > I have looking for something and found these inconsistencies in the > online documentation > > This is a snippet from FAQ

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

2009-05-27 Thread Raphael
the "adb shell am start" launch command. It goes 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 wrote: > > On Wed, May 27, 2009 at 2:36 PM, R

[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 wrote: > > > On May 26, 9:49 pm, Zero 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 fact > that build.xml is in the eclip

[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 wrote: > > I used file>import

[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 in their manifest and they automatically get access to th

[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 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). What is the version n

[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 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 about with > the r

[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 : > 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. – Unfortunately we

[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 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 images?) The SDK only hel

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

2009-05-23 Thread Raphael
2009/5/22 Cédric Berger : > > 2009/5/21 Cédric Berger >> >> 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", MODE="0666", >> GROUP="plugdev" Oh sor

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

2009-05-20 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 wrote: > > hi, all: >     My Eclipse is equiped with Cupcake SDK and I created an AVD in / > tools/ folde

[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 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 use the .classpath fil

[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 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 position of the uses-sdk node has

[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 wrote: > > Hi there, > > is there some way to retrieve the manifest.xml of an application from > the market, without installing the application? I think the

[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 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 > http://market.android

[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 "img008"or "_008" instead. R/ On Wed, May 20, 2009 at 11:24 AM, androiddev123 wrote: > > Hi there, > > Keep getting this same error messag

[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

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

2009-05-19 Thread Raphael
2009/5/19 Cédric Berger : > > 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? http://groups.google.com/group/a

[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 s

[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: 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. - When

[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 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 look like TextView but sti

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

2009-05-17 Thread Raphael
On Sun, May 17, 2009 at 9:17 PM, Sheepz 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 screen grabber

[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 wrote: > > In the android market the countries where your app should be published > can be selected. > > How is the country determined ? > > Where the device

[android-developers] Re: Install Android on Windows XP

2009-05-16 Thread Raphael
If you install via an ADT zip file, make sure you get the latest (0.9.1). Rather than using the zip file, use the update size in Eclipse to automatically get the latest version (https://dl-ssl.google.com/android/eclipse/). Remember that for most people this fails via https so just use the http li

  1   2   3   >