Re: [android-developers] Installation requires org.eclipse.wst.sse.core - how to download and install?

2012-11-06 Thread Steve Evans
Dogulas & Tor, Thanks for the info but we're still having the same exact same error message you had. However, I've done the items you suggested but I get a message that "The repository is not available" for the Juno sites. Any idea why that would be? On Monday, October 22, 2012 10:10:34 AM U

Re: [android-developers] Installation requires org.eclipse.wst.sse.core - how to download and install?

2012-10-22 Thread dogulas
Tor, Thanks for the reply. I actually submitted this original post quite some time ago and it just now appeared. I wish I had your answer back then. It would have made my life a lot easier. I stumbled onto a solution myself just by trial and error: After installing Eclipse 4.2 (Juno), cl

Re: [android-developers] Installation requires org.eclipse.wst.sse.core - how to download and install?

2012-10-21 Thread Tor Norbye
In the first page of the install wizard, make sure the "Contact all update sites during the install to find required software" is checked. Alternatively, download the Mobile edition which I think has all the WST components preinstalled. -- Tor On Thu, Oct 18, 2012 at 9:11 AM, dogulas wrote: > I

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread Ankita Kashyap
In case you are working with emulator: 1) Go to Settings>Applications 2) find your app there and click on it 3) uninstall it and, re-run your application On Fri, Mar 30, 2012 at 4:05 PM, s.rawat wrote: > Hi, > You can try installing it on external sd card. > Add this attribute in the manifest

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread s.rawat
Hi, You can try installing it on external sd card. Add this attribute in the manifest file : android:installLocation="preferExternal" It will work like charm. Rgds, Saurabh "..pain is temporary.quitting lasts forever.." On Fri, Mar 30, 2012 at 4:01 PM, Anirudh Loya wrote: > Chance

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread Anirudh Loya
Chance the Cache Memory size of Android Virtual Device. On Fri, Mar 30, 2012 at 3:07 PM, Kirupa wrote: > [2012-03-30 15:05:16 - Information Exchanger 2.7.3] Installation > error: INSTALL_FAILED_INSUFFICIENT_STORAGE > [2012-03-30 15:05:16 - Information Exchanger 2.7.3] Please check > logcat outpu

Re: [android-developers] Installation 64-bit Windows 7 [SOLVED]

2012-03-17 Thread Mark Carter
I *always* run Eclipse as Administrator these days, because of such problems I have experienced in the past. On Sunday, 18 March 2012 06:56:48 UTC+8, Bob Plantz wrote: > > Thanks to the help posted here, I finally solved the problem by running > Eclipse as administrator and installing the SDK th

Re: [android-developers] Installation 64-bit Windows 7 [SOLVED]

2012-03-17 Thread Bob Plantz
Thanks to the help posted here, I finally solved the problem by running Eclipse as administrator and installing the SDK that way. As pointed out, this means I have to run as administrator to do updates, etc. Similar to using sudo in my Ubuntu. --Bob -- You received this message because you a

Re: [android-developers] Installation 64-bit Windows 7

2012-03-16 Thread Marcin Orlowski
> > I suspect it does not matter, but I'm inclined to put the sdk in C: > \Program Files\Android\android-sdk. If nothing else, this seems more > > Don't put SDK in path which contains spaces in any segment. It was problematic for quite long time (*maybe* it's fixed now, but I do not bother checking

Re: [android-developers] Installation 64-bit Windows 7

2012-03-16 Thread Bob Plantz
Frank, Thanks for your response. Just to be clear, you installed Android in C:\Program Files\Android\android-sdk not in C:\Program Files (x86)\Android\android-sdk right? Also, I don't see a "share" folder on my system. Like I said, I'm fairly new to Windows and am still learning about it. --B

Re: [android-developers] Installation 64-bit Windows 7

2012-03-16 Thread Jayne Cobb
Bob, I did that with my install and the only downside is running the updater as administrator for permission issues. If I did it again, I would install it to a subfolder in my share folder. Frank On Thu, Mar 15, 2012 at 11:29 PM, Bob Plantz wrote: > I'm running 64-bit Windows 7. I installed Ec

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2011-10-11 Thread NaveenShrivastva
How to handle this situation here ... On Tue, Oct 11, 2011 at 2:22 PM, Naveen wrote: > I want to play video file from application context row directory > > MediaPlayer mediaPlayer = MediaPlayer.create(context, > R.raw.sound_file_1); > mediaPlayer.start(); // no need to call prepare(); create() do

Re: [android-developers] Installation: Separated Client and Service

2011-07-28 Thread TreKing
On Thu, Jul 28, 2011 at 10:31 AM, Glen Cook wrote: > Scenario 1: New User > A new user (without the download-service) installs the client from > the Android market. How do we seamlessly accomplish the install? > (Avoid them installing each package separately) > You don't - they would have to ins

Re: [android-developers] installation URL in apk

2011-06-16 Thread Chi Kit Leung
do you mean install apk from internet? On Fri, Jun 17, 2011 at 8:34 AM, Mark Murphy wrote: > On Thu, Jun 16, 2011 at 11:44 AM, Robert Slama wrote: > > exist any way how I can get URL from what was apk installed direct in > > instaled application? > > No, sorry. > > -- > Mark Murphy (a Commons Guy

Re: [android-developers] installation URL in apk

2011-06-16 Thread Mark Murphy
On Thu, Jun 16, 2011 at 11:44 AM, Robert Slama wrote: > exist any way how I can get URL from what was apk installed direct in > instaled application? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/

Re: [android-developers] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2011-06-06 Thread Mark Murphy
Make sure your emulator is set up with the Google APIs. In the Android SDK and AVD Manager, the "Target Name" column should have "Google APIs (Google Inc.)" in it. Otherwise, your emulator does not the Google Maps add-on. On Mon, Jun 6, 2011 at 10:10 AM, n_hutchi...@yahoo.com wrote: > I'm pretty

Re: [android-developers] Installation Error

2011-04-07 Thread Cliff Davies
The first, most important step, would be to try repeatedly bumping your post. If that fails you could take the second, slightly more extreme, step which would be to post the question again under a different heading. If at this point you're still having no luck (and you should only try this as a v

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2011-03-22 Thread TreKing
On Tue, Mar 22, 2011 at 3:01 AM, rishabh agrawal wrote: > WHEN I RUN MY APPS IN MY EMULATOR THEN THESE ERROR IS OCCURES.HOW TO REMOVE > THESE ERROR > Try creating sufficient storage on your emulator.

Re: [android-developers] "Installation unsuccesfull" messages

2011-03-13 Thread TreKing
On Sun, Mar 13, 2011 at 1:27 PM, John Lussmyer wrote: > Any suggestions on where to look? This may shock you, but it's an issue with the Android Market. I would direct your users here: http://www.google.com/support/androidmarket/bin/search.py?ctx=en%3Asearchbox&forum=1&query=installation+unsucc

Re: [android-developers] Installation error: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE

2011-01-14 Thread TreKing
On Sat, Jan 15, 2011 at 12:59 AM, Luxi wrote: > But no matter how I do, it still has this problem. > If you're trying to sign your app with the system key, you can't, for good reason. You'll have to build your own platform. ---

Re: [android-developers] Installation of GALAXY Tab add-on

2010-12-09 Thread Sutanto 苏坦托
I have problem like yours, but although still appear in "available packages" it also appear in "intalled packages" so I can create AVD base on Samsung Galaxy Tab SDK On Thu, Dec 9, 2010 at 2:52 AM, Farproc wrote: > I have installed GALAXY Tab add-on in SDK And AVD manager, but it is still > in

Re: [android-developers] Installation Location

2010-10-18 Thread Marcin Orlowski
On 17 October 2010 11:04, pouya wrote: > Hi > i as i know we can change the installing location With android SDK , > using USB cable > But i wanna know is it possible to change the installing location > Programmatically? is it yes how?? No. You can (as of Froyo) allow user to install apps to SD c

Re: [android-developers] "installation unsuccessful" errors in market

2010-09-24 Thread TreKing
On Thu, Sep 23, 2010 at 6:33 PM, Daniel wrote: > Is anyone aware of anything that might be causing it from the app developer > side? > No - this probably has nothing to do with you and it's on the Market end. This is brought up all the time on the "help" forum. Only thing I can suggest is readin

Re: [android-developers] Installation

2010-08-01 Thread { Devdroid }
On 31 July 2010 22:18, Muhammad wrote: > i have installed eclipse-jee-helios-win32-x86_64 .but i have not found > Android Plug in. > so can anybody tell which version of Eclipse i need to start Android > Development Environment? This is all you need to read to get it all set up. http://developer.

Re: [android-developers] Installation

2010-08-01 Thread Filip Havlicek
Hi Muhammad, I think you have downloader a Java EE version of Eclipse, although you need Eclipse Classic to develop applications for Android (at least I am using Eclipse Classic just fine for that purpose). Best regards, Filip Havlicek 2010/7/31 Muhammad > > Dear ALL, > > I have window bas

Re: [android-developers] Installation date of an application in a device

2010-04-14 Thread ~ TreKing
On Tue, Apr 13, 2010 at 9:22 AM, Isidoro Castell wrote: > I'm developing an application that seems as an android market. > What? > Can anybody tell me how can I know what is the installation date of > an application in a device? > No idea. What are you trying to do? Can you get away with the f

Re: [android-developers] installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-01-05 Thread TreKing
Are you using a build target that has the Google Add Ons? - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Tue, Jan 5, 2010 at