0
votes
0answers
6 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
10 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 ...
0
votes
3answers
31 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 ...
-1
votes
0answers
9 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
16 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
21 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
1answer
8 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
29 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
13 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
12 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
28 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
0answers
20 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 ...
1
vote
0answers
15 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
7 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
24 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
110 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 ...
0
votes
0answers
46 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
69 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
24 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
37 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 ...
0
votes
0answers
58 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
23 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
56 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
14 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 ...
0
votes
1answer
31 views

How to manage resolutions with libGdx on Android 2.2?

I tried everything I could, but my libgdx application won't scale down on android 2.2. It displays a full image of 640x480 on a screen of only 480x320. Here's the code I got so far; private static ...
1
vote
1answer
30 views

First Android App (32/64 bit issue?)

I am trying to build the "hello world" example on Eclipse (tried NetBeans as well). The code is very simple: package com.example.myfirstapp; import android.app.Activity; import android.os.Bundle; ...
0
votes
0answers
33 views

java io exception Broken Pipe

I am writing an Android application in Eclipse and have had some issues between git(SourceCode) and eclipse. After resolving one such issue which is essentially that every time i pull from git ...
0
votes
0answers
18 views

New Android virtual device does not appear as an option when running app

I am constantly finding myself having to recreate virtual device emulators to solve glitchy issues with Android development. Usually the process of deleting and recreating the virtual device is ...
0
votes
1answer
22 views

Eclipse Invia una ImageView in un ScrollView with a button

I want to send a imageview from bx.xml to a layout in another.xml(activity_main) with a button content in the.xml (activity_main). this is bx.xml: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
1answer
16 views

git ignore folder changes but still sync

I am working on an Android project that I sync with git. I imported Google and Facebook Sdks. I want the push to push the sdks so that they are shared, but not to track all the changes in the cache ...
2
votes
5answers
72 views

Android & iOS: Best way to create multiple similar apps

I've created an app which pulls data from a JSON file and displays it. Now that app is specific for one sports team. I want to create the same app for 10 other teams. Plus there will be an ...
1
vote
2answers
47 views

Eclipse acting oddly, often unresponsive on Run

My Eclipse installation has been giving me greif today. After corrupting my Android project to where it would not build any more I was forced to reinstall both eclipse and re-create my project from ...
0
votes
1answer
26 views

Send an imageview in a scrollView

i have 2 .xml in one i have the resource of imageView and it is this: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
2answers
17 views

Unable to instantiate activity ComponentInfo for wallpaper app

I was trying to do a wallpaper application.I am all done but every time i open the app its crashes. This is my Activity package com.wallpaper.rahuldravid; public class MainActivity extends Activity ...
0
votes
2answers
66 views

Eclipse error with Android-Studio

With DDMS launched from the new android-studio I get the following error (referenced to Eclipse oO) when I want show a hiearachy view (Linux Ubuntu 12.04). Do you have the same issue ? ...
-3
votes
1answer
45 views

apk is not build in my project

I need help. When I compile my Android Project and go to debug, i see that the application doesn't have the new code lines. Then it's not building right. If I clean the project, the folder bin is not ...
0
votes
1answer
21 views

setting my main project default to linear instead of relative

Everytime I follow a tutorial book or you tube video, I have also used the cheat help in eclipse. My programming always comes out with errors. here is one example why does all the tutorials main ...
-2
votes
1answer
18 views

How to search all Activities which used opening layout xml file in my workspce? [closed]

I want to search all the Activities which used the layout file I opened in workspace. I have to copy the name and search the name in all my project. Is there some shortcuts to use? Thank you.
0
votes
2answers
37 views

pseudo-resources (using configuraton qualifiers) at runtime

I am creating app which utilises images from local device folders (brought back from server) at runtime rather than from the app's own resources folders. I would like to take advantage of Android's ...
1
vote
3answers
30 views

Enable “swipe” to activate a side menu

I recently create an application that implement a side menĂ¹. The menĂ¹ actually appear by tapping on the left-up corner but i would like to implement a swipe action (like facebook app) to call it. ...
-8
votes
1answer
40 views

How to put an item of a ListView on the top of the screen [closed]

I have a simple activity with a ListView. In this ListView I put only one item but when I execute the activity in the emulator the item is in the centre of the screen. How can I put it at the top of ...
1
vote
1answer
32 views

How to show private members and methods in attached android source in eclipse?

For some reason when I open an attached android source code in the editor, it hides private members and methods. Although when I open the same source in a text editor (NotePad) the private members and ...
-3
votes
0answers
14 views

Is there any way to open another instance of skype in android phone [closed]

can we open multiple skype login in android phone OR Is there any way to open another instance of skype in android phone.Thanks in advance.
0
votes
1answer
37 views

Sliding a view from left to right in android

I am using following code to slide from left to right menuBtn.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) ...
0
votes
1answer
35 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
1answer
32 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) { // ...

1 2 3 4 5 198