[android-developers] New App Version And Old Data

2012-05-23 Thread Omri
the latest version in google play and upgrades without reinstalling the old version first that all the files and folders in this directory will remain the same as before the upgrade? Thanks, Omri -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] testing ACTION_CANCEL

2012-03-05 Thread Omri
Hey All, Anybody know what to do to invoke an ACTION_CANCEL event for testing purposes? My app is an OpenGL ES JNI based app using GLSurfaceView. Any thoughts? Thanks, Omri -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Same java package in multiple applications

2012-03-05 Thread Omri
of the app. Thanks, Omri -- 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

[android-developers] Re: Problem Signing In Release Mode

2011-11-29 Thread Omri
Downgrading to JDK 1.6.0_29 solved the problem. Thanks -- 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] Problem Signing In Release Mode

2011-11-28 Thread Omri
appreciated, my fingers are starting to hurt from scratching my head :-) Thanks, Omri -- 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

[android-developers] Re: Dex not working with spaces in path on the new android platform tools (V8)

2010-12-10 Thread Omri
Hi, Anyone have any idea why this is happening and how to fix this? On Dec 8, 10:07 am, Omri omri.bau...@gmail.com wrote: On the new android platform tools (v8) released with the 2.3 SDK, I get an error while running dex from the ant script I typed the usual ant release, and got an error

Re: [android-developers] Re: Dex not working with spaces in path on the new android platform tools (V8)

2010-12-10 Thread Omri Baumer
in it for as much as possible. On Fri, Dec 10, 2010 at 8:57 AM, Omri omri.bau...@gmail.com wrote: Hi, Anyone have any idea why this is happening and how to fix this? On Dec 8, 10:07 am, Omri omri.bau...@gmail.com wrote: On the new android platform tools (v8) released with the 2.3 SDK, I get

[android-developers] Dex not working with spaces in path on the new android platform tools (V8)

2010-12-08 Thread Omri
On the new android platform tools (v8) released with the 2.3 SDK, I get an error while running dex from the ant script I typed the usual ant release, and got an error in the dex stage -dex: [echo] Converting compiled files and external libraries into C: \Documents a nd Settings\omri\My

[android-developers] Intent.ACTION_SEND doesn't work?

2009-02-15 Thread Omri
Hello everyone, When I use this line of code, in the editor, I get an error (Intent.ACTION_SEND cannot be resolved): Intent sendIntent = new Intent(Intent.ACTION_SEND); Why is this happening? Thanks, Omri. --~--~-~--~~~---~--~~ You received this message because