Android :: SDK Setup - Install?

May 29, 2010

Trying to install the SDK. I have everything else done. When i run the SDK Setup.exe (ive added the ./tools to the path already.) It gives me the famous cannot fetch URL error.

Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml, reason: Permission denied: connect

I tried the force http option and also manually adding a http:// version of the above url. It does not work at all. I am working on a windows 7 64 bit pc.

Android :: SDK Setup - install?


HTC Incredible :: SDK Setup - Install All Package?

Sep 8, 2010

When I download and unzip the SDK file and click on SDK Setup and the packages to install comes up do I need to install all of them or just the one that goes with 2.2?

View 2 Replies View Related

Motorola Droid :: ROM Manager All Setup / How To Download And Install?

Jun 8, 2010

I've got ROM Manager all set up, and I knew that I have the SU permission set up, but I can't get it to work at all. I can Flash recovery, but when I download to install BB, it just reboots. However, it must be restoring something because it keeps showing a missed call that I've cleared about 30 times. Any ideas why I can't get it to install a ROM?

View 5 Replies View Related

HTC Droid Eris :: Email Setup - Can Get Incoming Server Setup Fine But Cannot Get Outgoing To Work

Jan 17, 2010

My Gmail account works great, and I have my aol and yahoo acounts set up no problem (well the yahoo was a little problem but got it to work so thats all that matters). I have 2 other email accounts that no matter what I do I can not get them to work. One is my works email which is handled by a company called network solutions. I can get the incoming server setup fine but I can not get the outgoing to work. The other is my school email which is some sort of msn email account variation (username@email.itt-tech.edu which i log into through msn.com). I cant get anything to work for this accuont.

View 3 Replies View Related

HTC Incredible :: Can't Setup POP Account Through Setup Screen

Nov 8, 2010

I was able to successfully setup a POP account through the Setup Screen...in fact when I go back through Setup, I still see the account. The problem is I can't DO anything with it in setup (including deleting it to start over) and it doesn't show up in my Apps window with an icon! I see it on the setup screen labeled "Setup Accounts" but no matter if I tap it or hold it or swipe it or try to hit the menu key, it just sits there. There is a green button with the checkmark in it. I guess what I would think i ought to be able to do is to assign it an icon (or even get a generic one) and find the account listed on my app screen...I'm willing to reset it, but I can't even delete it to start!

View 2 Replies View Related

Android :: Eclair Install Choked With Errors About Locks And Died - Leaving Corrupted Install

Oct 27, 2009

Followed the instructions in http://developer.android.com/sdk/adding-components.html for adding 2.0 as components to an existing 1.6 SDK, from within Eclipse.

It didn't work. Not by a long shot. Instead, it got partway through and then said that C:android-sdk-windows-1.6_r1 tempDocPackage.new01 couldn't be copied because of a lock, and similarly for PlatformPackage.new01.

It said to shut down running programs, but the only program running was Eclipse, which was needed to do the upgrade.

The cancel button was disabled, and the close box didn't work. Shutting down Eclipse killed it, but left C:android-sdk-windows-1.6_r1 in a corrupted state. Restarting Eclipse showed the Android projects with errors, no SDK, and a disabled Android SDK and AVD Manager (which means no ability to rerun the install).

Shutting down Eclipse, renaming the corrupted SDK directory, unzipping 1.6 again into C:, and restarting Eclipse made it as if nothing had ever happened, which is good. But it is not possible to complete the install from Eclipse, which is bad.

The dialog says:

CODE:..............

View 1 Replies View Related

Android :: MapView Works With Eclipse Install But Not Adb Install

Aug 4, 2010

When I run my application on a physical phone from within Eclipse, my Google MapView works perfectly. If export the app to an apk file and install it to the same phone from the command line with adb then the MapView comes up but shows only the Google logo and grid - no map tiles appear. I'm using a debug application key and a GMaps API key generated with that debug key. I've verified that this happens on both the Droid and N1 phones. The logcat looks identical in both the working and non-working cases - no obvious error messages.

View 2 Replies View Related

Android :: Google - Active Install %? Bug In Install

Sep 1, 2010

Yes we have threads about this already but we still have not gotten an answer AND I think it's about time somebody at least explain what does this number actually MEAN. I'm getting frustrated with the lack of transparency on this.

My apps used to be around 56% active installs

VERY soon after I updated the apps to allow install to SDCARD (preferExternal), then the active install count started dropping like a rock. Now it's around 39% today for my main app.

My opinion is there is a bug in the SDCARD install feature somewhere that is not counting those installs. We know there already is a bug with home screen icons if you install to sdcard you will get a blank icon until the Home app restarts.

View 1 Replies View Related

Android :: Install Command To Install Apk In System/app

Nov 17, 2009

Anybody knows the install command to install an apk in system/app directory .

View 2 Replies View Related

HTC Incredible :: Phone Reboot During App Install - Can't Finish Or Cancel Install

Oct 22, 2010

So the other day I went to download an app out of the market. The download finished, but it seems my phone decided to auto-reboot itself in the midst of the installation. After the reboot completes, I go back to the market, reselect the app, and it's hung at "Installing..." (And when I say "hung," the market is still fully functional except that one app). I'm given no option to cancel the installation. Killing the market app then trying to go back in has no effect - same deal. Hung on install. Another reboot didn't help.

Is there any way to delete the install package and make the market forget I even tried in the first place?

It's Angry Birds (wanted to see what all the fuss was about), but the install seems to have failed in a way that any app install could have failed.

View 3 Replies View Related

HTC EVO 4G : Setup For Android 2.1 + VNC To PC?

Jul 8, 2010

Does anyone know of a good setup for our HTC Evo to be able to control out PC? I would like to be able to run a VNC and connect to it so I can monitor and operate my computer.

As of right now, I dont know where to start. Any beginning is a good start. I would like to get everything setup within the next 2 weeks.

View 11 Replies View Related

Android :: Way To Setup HTC Eris?

May 3, 2010

Is there a way to setup the HTC Eris so that when a phone number is dialed, an extension # can automatically be dialed after the call is answered? With the extension included with the number in Outlook, the entire phone # plus extension is dialed which results in an invalid phone number.

View 1 Replies View Related

Android :: Way To Setup AlarmManager?

Jul 20, 2010

I am currently setting an alarm to fire off a background service every 2 minutes in order to check my server for certain updates. Now if I start the app and my screen is on and not locked the phone plays the sound I need it to play and opens the activity. Thats great. But the way I need it to happen is if the screen is off and the phone locked I still need it to check every two minutes and I need it to play that sound and open the activity that is needed. This does not happen for some reason. Could someone explain to me why the alarm doesn't function when my app is not "running" (by this i mean the app is marked as a running process but not actually visible to the user) and the screen is off? The code for the timer is below: CODE:.............

View 4 Replies View Related

Android :: Way To Use QueryBroadcastReceivers Setup?

Oct 11, 2010

I would like to know all of my broad cast receivers. The above methods should to the trick but I'm not finding any good examples on how to use it.

View 4 Replies View Related

Android :: How To Get New Phone Setup?

Oct 26, 2010

Bought my Desire HD yesterday.I need some advice as to what I should install. So far I have (rightly or wrongly) downloaded:
HTC Sync 3.xxx.
Froyo Advanced AppKiller
Synced my Google calendar with the Calendar app on the phone.

View 11 Replies View Related

Android :: Way To Setup Voicemail?

Mar 9, 2010

I just got the Droid Eris. I am trying to setup voicemail. Only think I can find is visual voicemail. Is there a way to set up traditional voicemail?

View 4 Replies View Related

Android :: Want Notification Setup

Jun 12, 2010

I get repeated notifications and don't know where they are coming from. Is there a way to set up missed calls, messaging, Weather Channel, calendar, e-mail, etc so they all have different notification sounds? It is frustrating to go through each of these to find out which is causing the notification.

View 1 Replies View Related

Android :: How To Setup K-9 With Exchange?

Jan 7, 2010

I apologize if this is posted elsewhere but i searched the forum and couldnt find it. If it is, please just post the link to it and I will go there. I have heard great things about the K-9 Mail application but cant get it working...I have used the standard email app to connect to our corporate Exchange 2007 server without issue. It syncs, mail, contacts, calendar no problem. I walk through the K-9 Setup (i have tried the Market version as well as several BETA versions, doesn't seem to be a difference) and continually get Errors in the errors folder and nothing in the Inbox. I have tried several different options on the incoming mail setup information for the exhcange server info but nothing seems to work. I am wondering if there is a sample guide for setting up K-9 with Exchange?

View -1 Replies View Related

Android :: Setup Account As Always Available

Jul 19, 2010

When I set up my Droid X, it used my default gmail address for Gtalk. As far as I can tell, there is absolutely no way to change your gtalk account to another account. My problem is, I want my girlfriend to be able to send me chat messages at any time of day through gtalk (she has a blackberry), but I don't want to have to set up my account as "always available," because I don't want people on gmail to send me chat messages and then think I'm at my computer and ignoring them when I don't respond. Before I got my Android phone, I was invisible 100% of the time. I can't set my account to invisible on my phone though because gtalk thinks I'm offline and forwards it to my email. I saw that there is some kind of mobile indicator that I turned on in options, but I have never seen it actually work. When I view my gtalk account from another account it just shows me as a available and doesn't indicate I'm on mobile. I thought I could get around this by setting up a separate gmail account ONLY to use for gtalk with my girlfriend. That way I could set it to Always On however gtalk will not let me add it. So how can I possibly set up gtalk so my girlfriend can chat with me at any time of day, yet I can keep my status as invisible so none of my gmail friends can?

View 6 Replies View Related

Android :: How To Setup EditText Xml

Oct 27, 2010

For allow user only can input lower case alphabet and number, how can I setup my EditText in a xml file ? I just want to filter or check user's input.

View 1 Replies View Related

Android :: Vim Setup For Development?

Jul 2, 2010

Can anyone describe a good vim setup for Android Development? I'm using Eclipse for now but I would really like to use vim because it's faster and I like it better. I'm not interested in Eclim for example.

I'm interested in what vim plugins are used (for java, autocomplete etc.), how the vimrc looks like and how the whole process of building/running applications works (as efficient as possible).

View 2 Replies View Related

Android :: Setup Sdk On PC With Windows XP

Mar 28, 2010

When I start setup I get this message: XML verification failed for http://dl-ssl.google.com/android/repository/repository.xml. Error: cvc-elt.1: Cannot find the declaration of element 'sdk:sdk-repository'.Failed to fetch URL reason: Unknown

Even when I force the download to use http nothing happens. I get no downloads etc for the SDK.

View 2 Replies View Related

Android :: SDK Setup Under Windows 7 Pro 64 Bit

Dec 17, 2009

The short version of my issue at hand.

Windows 7 Professional x64
Java JDK 1.6.0_17 x64
Eclipse Galileo wADT Plugin installed
Android SDKtools r04

Since the Android SDK download now only includes the tools, you have to run the included SDK Manager application (SDK Setup) through which you can download the platforms, additional tools, docs,etc.

Under my current configuration SDK Setup bombs on launch, so, I can't do anything since I do not have a single platform to start writing against...I've read a few places that the fix is "just install the 32 bit JDK and all will be well" that seems surprising and disappointing option for a work around(downloading it now to try).

My question is this, anyone else run into this same issue and how did you get past it? Is there a place I can "download by hand" the components I need that I missed on the Android SDK site?

Odds are pretty good that the 32 bit "fix" will work, but that seems wrong that I'll have to install a secondary version of the same SDK/JRE just to run this tool and to download the actual Android SDK components

UPDATE: Well, the work around that requires you to also install 32 bit java and referencing that as your JAVA_HOME worked, either by calling the SDK setup manually or through eclipse. I'm not particularly happy with that, so I'll leave this one open for the time being in case there are other ways to get this done that people may know about.

UPDATE 2: Not directly related since it is Linux centric, but there are troubleshooting steps if trying to run the SDK/Eclipse under Linux 64bit where they reference the need to be able to run 32 bit, but nothing similar under windows x64

FINAL UPDATE (?) Taking the info Seth's answer gave me, and running the bat manually(once I knew what file SDK Setup was running) the answer for me was simply adding ANDROID_SWT path variable that pointed to a valid location with the x86_64 swt.jar....the android sdk directory had one, seemingly in the right place, but it couldn't find it until I added that to my path.

View 7 Replies View Related

Android :: Setup And Get Id Of A View?

Nov 17, 2010

I have 2 queries:

1). I want to display kind of screen lik

Heading ImageButton1 ImageButton2
Value1 Value2

Same way number of records

So i have used absolute layout programmatically instead of using xml, is it advisable or there is some other way?

2). At that time of displaying this view, i have to set unique Id to each record and get Id whenever any of 2 buttons pressed of any record. Can anyone tel me how is that possible?
Means in short how to set and get id which button of which record is selected?

View 1 Replies View Related

Android :: Setup DNS From An Activity?

Mar 4, 2009

Anyone knows how i can set the DNS address from an activity?

View 12 Replies View Related

Android : Way To Setup ID In A SimpleAdapter?

Nov 18, 2009

How do you set the Id attribute for a SimpleAdapter so that when you run onItemClick(AdapterView<?> parent, View view,int position, long id) I will be able to get the id?

View 4 Replies View Related

Android : Way To Setup ANR Time On An AVD?

Nov 9, 2010

My test machine is on the slow side and so the AVD sometimes runs considerably slower than a real phone. Slow enough, in fact, that some UI operations throw an ANR when my app has a lot of background activity going on (ANRs that I never see when testing on real hardware). I'd like to adjust the ANR time to account for the slow AVD. Is there a way to do that?

View 4 Replies View Related

Android : Way To Setup ImageView From Web Using URI?

Oct 13, 2009

I need to display an image that is pulled from the web using a url.

View 3 Replies View Related

Android : Setup App As Default?

Mar 16, 2009

I am developing a shoutcast(streaming) player, it works fine.. I want to launch my player automatically if user clicks any shoutcast link's in the browser. How can i set my player activity as default player if user clicks on streaming audio(.pls/m3u) links in the browser..

View 2 Replies View Related

Setup Android SDK And AndEngine?

Jul 6, 2013

i recently got myself an "Ouya" gaming console, and thought about going into game developing, so i watched a 48 minutes long video about how to setup the whole AndroidSDK and AndEngine with your tablet etc, and it all worked out fine, untill solving the last few 100 errors.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved