0
votes
0answers
2 views

Gallery Scroll JAR Has No Source Attachment

I am a very early android and java beginner. I have noticed a very strange error in a simple Gallery view I have made. I have 7 pictures to scroll between. Here is the strange part though. Only pic 1, ...
0
votes
0answers
34 views

My android projects are marked with red “X”

I was using Eclipse Indigo and the Content Assist was working properly. But when I installed Eclipse Indigo, I found that Content Assist ctrl+space is not working. What I did is, creating new work ...
0
votes
0answers
26 views

Android R cannot be resolved after importing Google Play Services

I'm developing an android application and I've gotten pretty far already. but recently I opened my eclipse again to continue my work, but there was a problem with my settings for the google play ...
0
votes
0answers
15 views

Android in Eclipse: Programmatically Assigning Nine-Patch to View but R.java not Generating Needed References

Relevant References: Android ADT version 22, R.java files not generated Developing for Android in Eclipse: R.java not generating Create a NinePatch/NinePatchDrawable in runtime ...
0
votes
1answer
18 views

eclipse with Android sdk, ERROR: Java heap space

So lately I'm having a problem while working in my apps inside eclipse the next message shows up while working with xml files: ERROR: 'Java heap space' I have read an try increasing inside the ...
0
votes
0answers
45 views

Can't start Eclipse (JUNO)

So, yesterday, I was fine-ly developing android apps in my Eclipse Juno. After I want to test and "Run As > Android Application" I just realized that I haven't start the Emulator first, then I started ...
0
votes
1answer
21 views

Pull to refresh example, Eclipse don't find setOnRefreshListener command

iam dealing with well known pull to refresh example from Git-hub I loaded library and everything is working as it should but when i want to call method setOnRereshListener, Eclipse don't find it. ...
0
votes
1answer
35 views

Android toast message while inputing database

I'm currently developing an android app. I'm going to show toast message while inserting database in the same time. But unfortunately, the toast message did not show up. Here it is my code: ...
0
votes
0answers
13 views

Unable to resolve superclass of Lnet

I am preparing to work on ver 1.1 of my published app. Before starting on new code I updated to ADT rev 22 and Android SDK rev 22 (I am using Eclipe 4.2.2). To my shock and horror I am now getting the ...
0
votes
0answers
5 views

I can't edit layouts in Eclipse ADT

When i try to edit editText, TextView for making them little, i can't. I Tried to set android:layout_width and android:layout_height to wrap_content and fill_parent but nothing changed. How can i ...
0
votes
2answers
22 views

Could not find actionbarsherlock.apk

I'm trying to run my app on a real device from Eclipse. After adding actionbarsherlock as a reference, I can't get rid of this error: Could not find actionbarsherlock.apk. Here is the full console ...
0
votes
0answers
47 views

Eclipse update failure - ADT 22 installed ok but SDK cant be updated to 22 afterwards

"Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-7.xml, reason: HttpHostConnect Connection to http://dl-ssl.google.com/android/eclipse/:80 refused" But it's the same for ...
0
votes
2answers
23 views

Eclipse can't find older android SDKs even though I've downloaded them

I have Android 4.2 installed and working in Eclipse. I'd now like to test my app with older SDK versions. I've used "Android SDK Manager" to download these older SDK versions, and they show up as ...
0
votes
0answers
33 views

Last Eclipse update causes referenced libraries couldn't be used

After the last update of Eclipse, I can't get my workspace working again. I've tried several workarounds and redo of configuration actions and there is one issue that I can't solve, and figure out ...
0
votes
0answers
12 views

Integrating facebook android to show user Picture Unsuccessfull

I was developing application mentioned in link : https://developers.facebook.com/docs/tutorials/androidsdk/3.0/scrumptious/personalize/#step1 In my application User profile picture and name is not ...
0
votes
0answers
19 views

DeviceMonitor] Connection attempts error in Eclipse after installing google android studio

After installing google android studio my eclipse crashed and show me DeviceMonitor] Connection attempts error. What should I do? I had try to kill or stop adb but the problem persists.
0
votes
1answer
34 views

After installing Android studio - doesn't works and eclipse

I had Eclipse Juno with java 6 and 7 with Android plug-in, and everything worked just fine. After I downloaded Android studio from the official site and installed it, on first launch nothing happens. ...
0
votes
1answer
88 views

Move from Android Studio back to Eclipse

I installed Android Studio and followed the export instructions laid out at d.android.com on how to move existing Android Applications over to Android Studio. I made the mistake of thinking that I ...
0
votes
2answers
42 views

could not resolve resource android eclipse

I am new in andorid development. I have created my android first project according to http://developer.android.com/training/basics/firstapp/creating-project.html And here is the code that I have as ...
1
vote
1answer
21 views

android project with sherlock actionbar git-checkout and go possible?

I'm working with several android/iOS projects that are being modified by different developers, designers, QA people and even Clients. With iOS projects is so much easy to have the whole project ...
0
votes
2answers
12 views

Eclipse won't run Android app until I click Run a few times, no feedback or status information

I've started Android Development and I'm using Eclipse for the first time in years, coming from a Visual Studio background. When I click Run in Visual Studio I begin to get feedback immediately. Using ...
0
votes
1answer
30 views

Apk file not getting generated

I have been fooling around with the ndk for android and setup a project follow the instructions in this link http://tools.android.com/recent/usingthendkplugin and when clean/build or run the project i ...
0
votes
2answers
28 views

Eclipse doesn't allow me to id resources

I've begun learning XML for android and ran into a pretty early error with it. I'm creating an EditText in a RelativeLayout, simple enough. I'm trying to give the EditText an id, but Eclipse keeps ...
0
votes
0answers
9 views

Generate Cloud Endpoint: MyApp is not configured as a web application

I'm trying to create a new Google App Engine application. Within a brand new Android project, I added an App Engine project and all seems well. Now when trying to generate an endpoint for a class via ...
0
votes
0answers
12 views

Endpoint.Builder missing for generated cloud endpoint

I'm attempting to follow the example tutorial at https://developers.google.com/eclipse/docs/endpoints-addentities and I'm stuck figuring out how to get the GameEndpoint.Builder class to generate ...
1
vote
4answers
54 views

Android R file not generating

I know there are a lot of threads about this but I couldn't find one that solved my problem or is a duplicate. So I was working on an app, accidently made the mistake of cleaning my project. This ...
-2
votes
0answers
11 views

Access local network apache from android app in eclipse AVD

If I launch the browser in AVD and go to my local apache address (dns name ie: www.intranet.local) works just fine but if I try to connect from my app cant connect, it cant reach the server. Any ...
-2
votes
2answers
20 views

How to get my activity page to load up Imagebuttons depending on the values of another activity?

So I basically have 3 activity pages right now 1st: only a start button 2nd: a bunch of question using RadioGroup, spinners, and text values 3rd: I want this page to present Imagebuttons I already ...
0
votes
1answer
31 views

Android ListView with Parse.com Database

I'm trying to use a BaseAdapter to load data from a serverside Database via ParseUser and although it seems like I have it set right (the query,the getCount,getItem,getItemId and getView)when I go to ...
0
votes
2answers
13 views

Bluetooth chat - example from SDK - stop working after turning on bluetooth

Hi, today I was trying to run example application form SKD named "Bluetooth Chat" . Unfortunately there is some problem - when I'm trying to start application I get message "Application " ... "has ...
0
votes
1answer
63 views

How to attach source to Google Drive API or `Android Private Library` in Eclipse

I've installed the Drive API using the Add Google APIs... menu option. When manually drilling into any one of the jars under Drive API, the source code opens ok. But manually drilling into the same ...
0
votes
1answer
14 views

adb recognizes my device but when i open eclipse connection is lost

I have managed to use my device (Chinese tablet named Pipo S2 running Android Version 4.1.1) with adb. I had to change the adb_usb.ini file in .android folder. Unfortunately, the connection is lost ...
0
votes
0answers
13 views

eclipse import android project from svn overwrites strings.xml and AndroidManifest.xml

i have one of my android projects in an SVN repository under projectName/trunk the only way i could import and setup as an android project properly is to use the android new project wizard (via svn ...
2
votes
1answer
40 views

Android R.java will not generate in Eclipse

I am running Eclipse 4.2.2 Juno on Windows 64-bit for development on Android SDK 17 with ADT. Just today, I cleaned a working project, only to find that the R.java file would no longer generate. This ...
0
votes
1answer
26 views

Permission denied when accessing local PHP web service from Android app project

I am working on an Android app that calls web services written in PHP. Currently the web services are hosted on my local machine using MAMP (Mac OS Mt. Lion). I am accessing them through a URL ...
0
votes
0answers
19 views

OpenCV Example of FaceDetection does not run

I'm using OpenCV for Android. The default example mentioned on the OpenCV website does not run. console says... { 22:16:40 ** Auto Build of configuration Default for project OpenCV Sample - ...
0
votes
0answers
7 views

Open frontal camera or back camera with CameraBridgeViewBase

I am doing an Android application based in OpenCV. My question is: I want open the frontal camera of the devices and if it has error, i will open the back camera. This is my present OnCreate: ...
0
votes
0answers
9 views

Eclipse not updating android application on Ubuntu 12.04

I'm having a very strange problem. I'm making changes to my code, and when launching I keep getting the Activity not started, its current task has been brought to the front warning. I've also tried ...
-3
votes
0answers
26 views

Are there any Eclipse tools or plugins to help browse a code base with over 15000 errors? [closed]

We are starting our development from a free Android source code. It has 16000 errors. Are there any tools or plugins in Eclipse to help us browse the code with shortcuts or give us multiple windows ...
0
votes
0answers
32 views

What causing this Android RuntimeException?

My android app gives me this error from logcat: 05-23 14:51:56.058: E/AndroidRuntime(1191): FATAL EXCEPTION: main 05-23 14:51:56.058: E/AndroidRuntime(1191): java.lang.RuntimeException: Unable to ...
1
vote
2answers
135 views

Android Code Style in Intellij Idea / Android Studio

Before Android Studio, I was using android-formatting.xml as Code Style in Eclipse. How can I setup Android Studio / Intellij Idea to format code as in Eclipse? UPDATE I tried Eclipse Code ...
1
vote
0answers
80 views

Add dependencies via gradle to eclipse in android project

i have a problem adding dependencies automatically to eclipse android project via gradle. I have only a little bit experience with gradle. Till now I have build two java projects with gradle. One jar ...
0
votes
2answers
86 views

ERROR - ANDROID SDK path is not set

I am trying to use an Android app in the new BB10 and I have to create the BAR file from the APK. I am having an issue when trying to run apk2bar from eclipse. It always says: [ERROR] Android SDK ...
0
votes
0answers
31 views

Having trouble to work with zxing 2.2 in eclipse for android

I'm new to java and android and I have been trying to use the qrcode library "zxing" and I just couldn't find out how to.I have read most tutorials, most of them are outdated or I just can't ...
0
votes
0answers
8 views

build.xml doen't completely run and build release folder in the intended directory when icluded facebook.jar to libs/ in eclipse-android project

I included facebook.jar to my android project in the /libs and refered Facebooksdk project as a reference. my project runs fine, but the bulid.xml doesn't run fully.what to do? plz help
1
vote
1answer
44 views

Libgdx Android app crashes at launch

I'm creating an app with libgdx for the desktop and for android devices. The app is working fine on the desktop (windows), and also works fine on Ice Cream Sandwich (tested on a Droid DNA, a Nexus 7 ...
1
vote
1answer
68 views

Android project does not run when target sdk is changed

Currently project target sdk is google api level 14 and it runs well. If I changed target sdk to google api level 16 in android manifest file and run the project then it shows message unfortunately, ...
0
votes
2answers
31 views

Edit build.xml in android project to include facebook sdk.jar

I'm editing the build.xml file in eclipse for the next release of a android project. In this sprint I added facebook login feature, so I refered facebook sdk as internal library. Now I want to edit ...
-2
votes
0answers
57 views

Android developing in Scala [closed]

I've been learning Scala lately and found that I really need to learn it more. As I develop the applications for Adnroid, I become curious about developing them in Scala. How good is this idea? How ...
0
votes
0answers
15 views

android library/code to use paper printer via usb or wireless connection

I was wondering if there is any way to set output of the application to physical printer via usb. There are some stuff like star printers sdk etc... are there any function(s) to use it directly with ...

1 2 3 4 5 199