0
votes
0answers
7 views

incomplete build (apk file won't install) after Eclipse update

My builds were working as expected until I updated Eclipse and Android SDK yesterday. Now my apk file won't build completely (I can tell because the file size is much smaller) and it won't install on ...
0
votes
0answers
12 views

Issues creating PhoneGap project in Eclipse with Android SDK

I'm trying to build an Android app with Eclipse and PhoneGap, but I keep getting the error [2013-05-21 17:47:39 - PhoneGapTest] Project has no target set. Edit the project properties to set one. ...
0
votes
0answers
9 views

Layout dinamico in Android Widget

how do I create a scrollview and add new ImageViews to the layout dynamically with the use of a button? i have use this code: @Override protected void onCreate(Bundle savedInstanceState) { // ...
0
votes
1answer
13 views

Failed to create BuildConfig class error massage in eclipse

i change nothing in google-play-services_lib SDK but i have x on this project and in console this error massage "Failed to create BuildConfig class" Recently I have not changed anything in ...
1
vote
0answers
17 views

Can't save audio to phone using media player in eclipse

I'm trying to make a soundboard where you user can play and stop sound as well as save the sounds to phone. I have set it up fine but the save will not work. I'm not getting any error and not sure ...
1
vote
2answers
28 views

Source not Found on Android

Whenever I try to debug my app, Eclipse open a Class File Editor and gives a Source not Found and generally for basic Java classes (For example, Looper.class). I am really sick of this. I cannot debug ...
0
votes
1answer
30 views

Really Odd Android App Update Bug

I previously had an android app released on Google Play. I pushed out another update a couple days ago, but about 80% of the time, when a user tries to update to the new version, it seems to download ...
0
votes
0answers
19 views

Eclipse android application runs on android device but not on emulator [error message]

I'm developing an Android application on Eclipse. When I run it with an Android device hooked up (e.g. a Samsung phone) it runs just fine. However when I run it with the Android emulator I run into a ...
1
vote
0answers
38 views

I am trying to follow a tutorial here:

trying to follow this tutorial: http://www.youtube.com/watch?annotation_id=annotation_413231&feature=iv&src_vid=lQW1WQOCri0&v=zVIZSKP3tR8 to use AndEngine and by the time I reach the ...
0
votes
1answer
24 views

Displaying CSV values in ANDROID APPLICATIONS ( After opening the APK )

I have been searching for methods to display the values in my csv files to the Android Applications but were not successful. ( I am a totally beginner for JAVA and Android ) Each time I took the ...
0
votes
1answer
20 views

Certificate fingerprints don't match after export

Hello I have a problem, When I try to upload my app to the Google Play Developer Console, it says the certificate fingerprints missmatch and shows another fingerprint than I'm seeing when I export ...
1
vote
1answer
18 views

How can I create a Menu group after clicking a button?

What I want to do, is to create a menu with checkeable items like this: But just after clicking a button or icon in my main activity, so I can have different menus like this depending on the button ...
4
votes
0answers
41 views

Android Library Dependencies broken after SDK/ADT-Update

Today, I updated my Android SDK and Eciple ADT to the most recent versions. After restarting Eclipse it is quite unhappy with the Build Paths whenever I reference custom libraries. An example is ...
3
votes
0answers
41 views

What is the Eclipse equivalent of Visual Studio's build configurations?

I'm porting some Windows code to Android. The Visual Studio project has various different build configurations for different versions of the application, (e.g. full version vs. demo). What is the ...
0
votes
0answers
23 views

no MainActivity in the debug window in eclipse where I have the breakpoints

I am trying to debug with eclipse but there is no "MainActivity" in the "debug" window , in order to select and check the variables where I have breakpoints. I am debugging with the device attached. ...
0
votes
0answers
26 views

error in integrating maven plugin in android project

I am trying to build an android application project using maven and eclipse. I created a 'hello world' file and then converted it into a maven project. After adding com.google.android dependency and ...
0
votes
1answer
30 views

how to inflate layout as drawable in map android?

I want to show my layout as marker on google map but it can not inflate on map. can anyone help me to solve this. and i use polaris library. My code is written below: final View altMarker = ...
0
votes
1answer
23 views

Android Inflater crashes

I'm new to the forums and I believe that I've made a big mistake to my code (somewhere). I am trying to build an android app for the fist time, with no experience within Java nor app-creation before, ...
1
vote
1answer
25 views

Print logs on Android source code using Eclipse breakpoints?

In a debug effort to understand what the system is doing I would like to use the java debugger conditional breakpoints mechanism to print log messages on specific lines in Android's source code. How ...
0
votes
0answers
16 views

ADT bundle on Mac 10.7.5, problems with My First App

Since I wanted to start Android development, I went over to developer.google.com and followed the steps for a Building your First App. One of the first things to do is to get the ADT bundle installed ...
0
votes
0answers
13 views

aapt.exe has stopped working

I recently transferred my workspace to another workstation then the error "aapt.exe has stopped working" showed. I have read some answers to uncheck Build Automatically, update my SDK, or make the ...
0
votes
1answer
9 views

Prevent code execution in Eclipse Graphic Layout preview

I want to draw a custom view, which have the draw method: @Override public void onDraw(Canvas canvas) { paint.setStyle(Paint.Style.FILL); canvas.drawColor(Color.WHITE); ...
0
votes
0answers
20 views

Missing directories in Cocos2dx setup on Eclipse

I want to set up Cocos2d-x in Eclipse on Windows. I am using this web reference for that. But after getting the cocos2d-x setup from GitHub, the following files are not appearing: ...
0
votes
3answers
36 views

How to access class in another project using eclipse?

I am developing android app using eclipse for this I am creating data access layer as java project. Now I am trying to access this class from android app. So I have added the java project to build ...
0
votes
2answers
20 views

RejectExecutionError while running async tasks in a loop

I am using following code private void getOnlineConnections() { for (int i = 0; i < contacts.size(); i++) { final Persons person = contacts.get(i); String ...
0
votes
0answers
20 views

Difficulty assembling maven plugin with Eclipse IDE for android

I am trying to assemble Maven plug-in with Eclipse IDE. I want to make an android application. I have installed android-release archtype, and have made a new Maven project. When I make a new project, ...
0
votes
1answer
37 views

Android Alarm not differentiate in AM And PM

I am developing multi time Android Alarm app but in first step i have problem is that its not differentiate in AM and PM i don't know what is wrong in my code. below is my MainActivity Class code in ...
0
votes
2answers
32 views

Keyboard not showing up with scrollView in webView android

I have a webView inside a scrollView <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
3answers
64 views

How to share my android code? [closed]

I've been working on an Android app for a company and now I have to pass it off to another software engineer. How do I pass on everything via email? is there something I can do to export everything ...
0
votes
0answers
9 views

How do you control Eclipse's generated Bluetooth java files?

I've got an Android project built under Eclipse-Indigo that works just fine. I recently copied many of the files and rebuilt under Eclipse-Juno. The app runs if you install it and/or run it from ...
0
votes
2answers
37 views

android app project error

I keep getting this unable to open trace error in my eclipse android project for some reason. Everything is syntax error free. here is my log text below. 05-20 19:57:02.330: ...
-3
votes
0answers
20 views

How to do user account auth in android. [closed]

How do you store android created username and password + additional information online for future access? For instance, I am making an app where one person can log in with username and password and ...
0
votes
0answers
19 views

Eclipse ADT: my project doesn't work anymore (verifyError). What can I do?

Good evening guys, sorry for this question but I am a bit nervous and I have tried everything, but for the love of god I cannot make my android project to work anymore! Long story short, my app which ...
0
votes
4answers
39 views

What Version of Eclipse do I use for Android?

I am sure this has been asked before, but I can not find a good answer. I want to create an Android app, I want to use Eclipse, but there are so many versions on the downloads page, and I am not sure ...
0
votes
0answers
21 views

Error inflating class fragment despite legit facebook code

I am getting this error. After a whole day search in other questions, I gave up and decided to get opinions. Here is my code. Actually it is the code given in facebook authentication tutorial page: ...
0
votes
1answer
30 views

Creating a helloWorld plugin for Android using Cordova and Eclipse

I've done quite a bit of research and can't seem to find why this isn't working. What I have is Cordova based Android app in Eclipse running Cordova 2.7.0. I want to build a simple plugin that just ...
0
votes
0answers
13 views

page not schown in my slide menu how to fix it (android)

I'm having my slide-in menu, when my menu is open, my default page dont show anything plaese help me :) Please give some reputation than I can upload a photo i can make it clear :) If you want to ...
0
votes
1answer
41 views

Eclipse ADT Plugin crashed after updating to version 22.0

I'm having serious issues trying to work with Eclipse. First, I downloaded both Eclipse and ADT Bundle, but it seems that I didn't need to download Eclipse, I can just use the one that comes with the ...
0
votes
0answers
23 views

Android Device not visible in Eclipse under Ubuntu

I've can not deal with one problem. I would like to connect my Android device via USB and deploy apps directly on it. Sounds easy, isn't it? :) I use: Ubuntu 12.04 Eclipse (Android Developer Tools) ...
1
vote
2answers
27 views

Layout not updating

I opened a new android project with eclipse. edited the layout (in my case main.xml). everything was fine. After I saved my project and reopened it, I wanted to edit the layout to add some buttons. ...
-2
votes
1answer
29 views

Facebook SDK gives too many errors after importing the samples

I have followed the tutorial in facebook.com concerning how to integrate facebook into android applications. I have downloaded facebooksdk and imported the projects to a clean workspace on Eclipse. ...
0
votes
1answer
41 views

Why “Buttons in button bars should be borderless” in Android API Level 15?

I'm developing an application for Android and I recently changed the API level target from 8 to 15, and now Eclipse is warning me when the Buttons are inside Linear Layouts or Table Rows. The same ...
2
votes
0answers
49 views

Adding native support prevents my library to build correctly

This is a quite long story, but I'd really appreciate any help on this. I am building an Android application using eclipse under windows. The application consists in one application (lets call it ...
0
votes
0answers
25 views

How would you design a simple string recognition app utilizing Android edit text component?

What would be the simplest way to recognize specific set of words and display appropriate notification/toast using an edit text component? I'm trying to develop a quick little program that will ...
1
vote
0answers
76 views

Eclipse can't debug android application on Samsung galaxy S4

i've installed Samsung_USB_Driver_for_Mobile_Phones_v1.5.14.0 driver in my computer. in my device i checked enable debug and allow unknown source. When i ran my application from eclipse, eclipse show ...
0
votes
2answers
76 views

ClassNotFoundException is thrown by all Android projects that used some sort of library after ADT plugin Update [closed]

I am using Eclipse. I am facing this issue Right after GOOGLE IO 2013 when i updated my ADT plugin, Android SDK tools to Revision 22 and Android SDK platform-tools to revision 17 All of my projects ...
0
votes
3answers
222 views

Eclipse error: R cannot be resolved to a variable

I am getting this classic error in Eclipse IDE. I am bored of Eclipse's bugs. They driving me mad. I almost tried everything which suggested as solution (by Googling). None of them worked. My ...
-4
votes
1answer
22 views

How Can I Create User Accounts in Android Using Eclipse [closed]

How do you store android created username and password + additional information online for future access?
0
votes
0answers
30 views

R cannot be resolved and no error in xml file

This is the first time I'm using eclipse. Without making any changes in any of the xml files when I run the package, I'm getting errors as: R cannot be resolved to a variable. Following is my source ...
0
votes
1answer
74 views

Eclipse Generate Gradle build files not working

I'm trying to move my project from Eclipse to Android Studio and Generate Gradle build files is not generating any file I have all the tools... yesterday I've generated a Gradle build file for a ...

1 2 3 4 5 197