Android :: Why Doesn't Eclipse Always Install APK?
Jan 14, 2010
I'm using the Android plugin for Eclipse on OSX, latest versions of everything. When I run or debug my app, Eclipse is very inconsistent about uploading/installing the new APK. Nothing I seem to do has any effect on this. Clean builds, debug, whatever, there seems to be about 50/50 chance of installing the APK. Or not. If not, then I have to kill the emulator and try again. What is going in?
View 1 Replies
Oct 2, 2009
I have a problem installing the ADT plugin in Fedora's version of Eclipse. I'm not sure it is a problem with the plugin, it's probably more Fedora's team fault (they heavily personalized and modified eclipse in Fedora's repository).
I installed the version of Eclipse that is included in Fedora's official repos, which is based on version 3.4.2 build 20090211-1700. I've followed the step-by-step instruction provided in Android's website. The problem arises when I go into the Help -> Software updates window. When I select the two plugins to install, it lets me install the DDMS, but not the Developer Tools. If i try (select Developer Tools then click Install) it gives me the following error message (after calculating space and dependencies):
CODE:................
At first, I thought I had not installed some packages (org.eclipse.equinox.p2.iu and/or org.eclipse.wst.sse.core), so I opened YumEX and searched for those pacckages... but they are not available in Fedora's repositories.
View 4 Replies
View Related
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
Sep 16, 2010
I'm using Windows 7 and installed the 64 bit version of Eclipse 3.5.2. I then installed the Android ADT plugin, but when I try to configure it in the Windows > Preferences dialog, the Android Plugin doesn't show up in the left pane. Instead I see DDMS. This prevents me from specifying the location of the Android SDK (unless there is another way) to give me the appropriate templates and such.
View 1 Replies
View Related
Feb 19, 2009
I'm developing on a Mac with Eclipse and the emulator sometimes doesn't seem to link to eclipse (doesn't show anything in the logcat). I just have to close and run again and it works. I wonder why this happens. Has anybody else experienced this?
View 3 Replies
View Related
Jun 14, 2010
I'm using Eclipse on Windows to develop Android application. So when I'm trying to run the app, the system outputs to console
CODE:............
starts the emulator, but doesn't upload the .apk and doesn't start the activity. So, app is not started anyway.
I found a "solution" here, but it's unclear and seems to not work. For example, I don't know, which "emulator processed" are meant to be killed. I found adb.exe only. And that's the main point: sometimes I'm lucky enough to kill all that they wanted and start the app. But it's undetermined.
View 2 Replies
View Related
Aug 25, 2012
when i enter to eclipse new>other>android i have many options but not android project,i have insalled sdk and the plugins,what sould i do?
View 3 Replies
View Related
Oct 11, 2010
I spent a full day to get my Android SDK sources in my setup and compiled it successfully by doing the File System for x86 and also the SDK, everything was fine but when I tried to use it in my environment (Eclipse) and tried to compile my application (which is working fine on Froyo 2.2), I'm seeing some errors, which seems that I did not get the entire SDK with all the base packages included.
Steps to reproduce:
# repo sync to android sources. # make # make sdk # make Eclipse to point to the new SDK, generated at: .../out/host/ linux-x86/sdk/android-sdk_eng.david_linux-x86/ # generate a new AVD # launch it and run the application
If I'm missing something else.
View 5 Replies
View Related
Apr 14, 2012
My first coding project is a soundboard type thing on andriod using eclipse (on 2.3.3)whats wrong with my code, I dont get any errors but the button doesnt play the sounds.
Code:
package com.mkyong.android;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;[code]......
View 1 Replies
View Related
Jul 20, 2010
When I type ImageView or AnimationDrawable I get a string of errors proclaiming:
AnimationDrawable cannot be resolved to a type.
line 14 Java Problem
I don't understand, do I need to create another class? Or do the AnimationDrawables just not go in the filename.java?
And if I do need to create another class, can you show me how?
View 1 Replies
View Related
Aug 15, 2010
I am developing on Windows machine.I was working quite well until yesterday, when I saw the the update prompt and updated my ADT plugin. Today when I tried debugging my test project, I experienced either one the following cases:
1) Logcat stops forever on the message "sending wait chunk".
2) Logcat shows the following message, and test project fails:
3) Eclipse stops responding.
The above cases happens even when the test unit contains nothing.Also it just doesn't not work in debug. The test case runs successfully if it is not in debug mode (But there are still some glitches, like Logcat sometimes won't emit debug messages).
View 2 Replies
View Related
Nov 4, 2009
Since Android supports styles and it's good practice to use them (similar to CSS), I made a new style and applied it to 3 buttons.
The Layout builder in Eclipse did not register the changes and either broke (showed nothing) or didn't apply styles at all.
After running the app in the emulator, styles are correctly applied.
So is there something I'm missing or the Android plugin doesn't support styles?
View 2 Replies
View Related
Apr 15, 2012
When I look at my eclipse android preferences, I can't see any of the SDKs I have installed.I know I have installed the SDKs properly using the SDK manager.This is what the android-sdk directory, along with the platforms directory, looks like:
I am using Eclipse Version: 3.7.2, Build id: M20120208-0800. The original SDK I installed prior to using the android eclipse plugin was eclipse-SDK-3.7.2-win32-x86_64. This environment is running on windows 7.Is there a file missing in the directories posted or are they noted name properly? (i.e. should 'android-15' be named 'Android 4.0.3').
View 3 Replies
View Related
Mar 12, 2013
I want to run an Android app i created on my cell phone, but Eclipse doesn't detect my device.
laptop: ThinkPad X220, 64 bit, Windows 7
Eclipse Java EE IDE for Web Developers.
Version: Juno Service Release 1
Device: LG Optimus P746, Android 4.04, T-Mobil, USB debugging mode is on.
The device driver installed and device is detected by computer and adb, but not by Eclipse. My android_winusb.inf
...
[Manufacturer] %ProviderName% = LG, T-Mobil
; LG-P769
%CompositeAdbInterface% = USB_Install, USBVID_1004&PID_61F9&MI_00 ;
View 9 Replies
View Related
Feb 24, 2010
I have recently began developing for smart phones and I am extremely interested in developing for Android. The only problem is that I have Windows 7 on my computer. Is there any way I can install Eclipse and Android SKD? or do I have to install Windows Vista or XP on my computer?
View 7 Replies
View Related
Nov 10, 2009
I am trying to install the ADT plugin to eclipse SDK (Version: 3.5.1 Build id: M20090917-0800) but is giving the below error: I have tried the links
"https://dl-ssl.google.com/android/eclipse/" and "http://dl-ssl.google.com/android/eclipse/". Also tried manually downloading the plug-in (ADT-0.9.4.zip) and installing, but all of them give the same error(below).
MESSAGE An error occurred while collecting items to be installed! SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2009-11-09 17:14:13.904 !MESSAGE session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=). !SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 4 2009-11-09 17:14:13.904 !MESSAGE Result of processing steps. !SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 4 0 2009-11-09 17:14:13.904 !MESSAGE Unpack facility not configured !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-11-09 17:14:13.904 !MESSAGE OK !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-11-09 17:14:13.904 !MESSAGE OK !SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 4 2009-11-09 17:14:13.904 !MESSAGE Result of processing steps. !SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 4 0 2009-11-09 17:14:13.904 !MESSAGE Unpack facility not configured !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-11-09 17:14:13.904 !MESSAGE OK !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-11-09 17:14:13.904 !MESSAGE OK !SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 4 2009-11-09 17:14:13.904 !MESSAGE Result of processing steps. !SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 4 0 2009-11-09 17:14:13.904 !MESSAGE Unpack facility not configured !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-11-09 17:14:13.904 !MESSAGE OK !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-11-09 17:14:13.904 !MESSAGE OK !SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 4 2009-11-09 17:14:13.904 !MESSAGE Result of processing steps. !SUBENTRY 2 org.eclipse.equinox.p2.artifact.repository 4 0 2009-11-09 17:14:13.904 !MESSAGE Unpack facility not configured !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-11-09 17:14:13.904 !MESSAGE OK !SUBENTRY 2 org.eclipse.core.runtime 0 0 2009-11-09 17:14:13.904
View 2 Replies
View Related
Jan 9, 2010
I am new to android and I currently got a droid so I could test out apps before publishing them to the market. My question is how to I get the app from Eclipse to the Droid and install it? Currently I open eclipse right click the project go to android tools and do export unsigned version. I then copy that file from my computer to the droid. I then open ASTRO to navigate to the file. When I click to install it says Application Not Installed. If any could help or link a good straight forward way to do this that would be great.
View 13 Replies
View Related
Jun 2, 2010
I need to rely on external app (Barcode scanner in my case). The eclipse emulator crashes when I try to download it from within the emulator itself.
Is there a way to download it using the emulator?
Or Is there a way to directly install the APK and make it available for my application?
View 2 Replies
View Related
Dec 21, 2009
Do i need to install the Android SDK before installing Eclipse?Or must i install Eclipse before installing the Android SDK? I'm worried that one has knowledge of the other, the order of installs is important, and installing the two out of order could lead to problems.Does the Android SDK installer know about Eclipse, and registers itself with Eclipse?
View 3 Replies
View Related
Apr 12, 2010
I've installed the Android SDK and the ADT plugin, but Android doesn't show up in the Window>Preferences dialog.I'm running Galileo. If I go to the Installation Details part of the About Eclipse dialog, it says that I have 0.9.6 of Android DDMS and Android Development Tools. I can run adb from the command line. I tried going around the uninstall/reinstall loop once.I'm on Windows Vista. I also have 2.7.7 of the Scala plugin installed, but I tried uninstalling that.
View 3 Replies
View Related
Oct 28, 2010
Is there any way to always do a fresh install when I'm "Running" my Android app for testing on either a real device or an emulator. It always tells me "No need to install because application is already on device", then just launches the main Intent.
View 2 Replies
View Related
Mar 30, 2009
I have installed eclipse 3.4 and JDK6 successfully.
However, when try to install ADT as following steps:
1. Open eclipse
2. Help->Software Updates->Available Software->Add Site->Archive
3. Select "J:android-sdk-windows-1.0_r1.zip", then, the location will be"jar:file:J:android-sdk-windows-1.0_r1.zip!/" 4. Click "OK" 5. A message box shows:
Problem Occurred No repository found at jar:file:J:android-sdk-windows-1.0_r1.zip!/ See 'Details' for more information.
View 4 Replies
View Related
Jan 28, 2012
Somehow I've screwed up my Eclipse installation. Used to be if I added a new instance of an Android object (say a TextView) and I right clicked on the error, it would offer to add the import. Also if I had an Android object and typed it followed by a period, it would show me all the allowed functions. Now it doesn't do either, just shows me java info. Don't know what I did, since this used to work. I updated everything, but still no joy.
View 6 Replies
View Related
Jan 6, 2010
When I try to install the Android plugin for Eclipse on MacOS X (Leopard) I get the error:
Cannot create tempfile for site.xml
Permission denied
I'm not sure what persmissions the system is referring to. I have set this up on a Linux distro with no trouble at all.
View 2 Replies
View Related
Sep 24, 2009
I'm having a lot of difficulty installing the ADT plug in under Eclipse 3.5 (Galileo)... I have tried both http and https access to the Eclipse update site, and in both cases I get the following errors:
An error occurred while collecting items to be installed: No repository found containing: binary,org.eclipse.jdt_root, 3.5.1.r351_v20090810-0600-7r88FEoFI0WTo6Az-1qFRHm37ChJ (second line repeated about 20x for various missing files)
I found a post (http://tinyurl.com/yc2cr28) where removing/re-adding the source URL in Eclipse is also recommended. This didn't help the "No repository found" errors.
Has anyone else experienced/resolved this issue? I am running the "Eclipse for Java Developers" from Eclipse.org, and the Sun Java 5 JDK.
View 3 Replies
View Related
Apr 16, 2009
I have tried for 10 hours. I cannot install ADT plug-in for Eclipse 3.4.2.
View 2 Replies
View Related
Aug 25, 2012
I installed eclispse and when I try to install ADT on it I got this message>>
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Traceview 20.0.3.v201208082019-427395 (com.android.ide.eclipse.traceview.feature.group 20.0.3.v201208082019-427395) Missing requirement: Android Traceview 20.0.3.v201208082019-427395 (com.android.ide.eclipse.traceview.feature.group 20.0.3.v201208082019-427395) requires 'org.eclipse.ui 3.6.2' but it could not be found
View 4 Replies
View Related
Sep 2, 2012
I'm currently working on building some apps for the Andriod Market and I'm having trouble with installing ADT for Eclispe when i try to install it it fails.
Start Eclipse, then select Help > Install New Software.Click Add, in the top-right corner.In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location: URL....Click OK. in the Available Software dialog, select the checkbox next to Developer Tools and click Next.In the next window, you'll see a list of the tools to be downloaded. Click Next.Read and accept the license agreements, then click Finish.
when it attempts to install it says this:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395)
Missing requirement: Android Development Tools 20.0.3.v201208082019-427395 (com.android.ide.eclipse.adt.feature.group 20.0.3.v201208082019-427395) requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
View 6 Replies
View Related
Jul 2, 2010
How can I install an Eclipse Android project onto deviceanywhere to test on different devices?
View 1 Replies
View Related
Sep 21, 2012
I downloaded every package of eclipse and tried to install android plugin (ADT Plugin). Always it install successfully but failed to create android projects as the plugin doesn't enable in my system.
My System Configuration
OS : Windows 7 64 bit
Processor : intel Core i7 2.80 GHZ
Ram : 6GB DDR 3
HDD : 500 GB
Here i am adding screenshots after installation. it is installed success full but can't find anywhere
View 9 Replies
View Related