Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.
0
votes
1answer
11 views
setOnKeyListener onKey not working with Eclipse/ADT Android Virtual Device - Nexus One
Below is the code I'm using.
When the Enter key is pressed, it intercepts (consumes) the key press and clicks an on-screen button instead.
It works fine on my Motorola Android phone, with both the ...
-2
votes
1answer
13 views
How to integrate jQuery mobile with an android application? [closed]
I'm using eclipse (with ADT) for android application development.Is there a way to use jQuery mobile API with android apps?
0
votes
0answers
9 views
R.java missing after updating ADT to 22.0.1
I know this problem has been discussed in "Eclipse giving error, missing R.java file after recent update" and "R.java not generated after ADT update" but I still can't make it work.
My R.java ...
0
votes
0answers
8 views
Eclipse missing C/C++ build and general from project properties
I have eclipse running and am trying to get opencv4android on it (http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html)
Instructions say to go to project -> ...
0
votes
0answers
26 views
how to get a field for the user to sign
I want to add a "signature box" (a box where the user interfaces with the device via touch to "sign"). I then want to capture this and be able to save this data and append to another image).
I can't ...
0
votes
1answer
21 views
Resource identifier error while using org.panel package
I am trying to use org.panel package to implement a top down sliding drawer in android. However I get a few errors.
Multiple annotations found at this line:
- error: No resource identifier found for ...
0
votes
1answer
12 views
ADT Layout Editor not showing properties
I am using ADT 22.0.1 from 5/23/2013. The properties were working, but they just seemed to stop working. There is no newer version of ADT available, I have removed and re-added the properties view, ...
0
votes
0answers
22 views
How to get old ARM for Android 2.2 (API 8)
I am new to Android and ADT. I want to test my new app on API 8. On Android SDK Manager I found the SDK but there is no ARM/System Image. Because of this I am not able to create an Emulator targeting ...
0
votes
1answer
44 views
Assigning Sound to Image
I am new to Android programming. Haven't even written a single app, so answers that are extremely detailed are appreciated. So, here it goes: I want to assign some .mp3 sound files to an area of the ...
0
votes
2answers
71 views
Linking from an activity to a fragment activity with a button using actionBarSherlock
I made a project wherein when you click a button from the MainActivity, it will lead to a fragment activity. But I can't seem to make it work.
Here's a snippet of my code for the button in ...
1
vote
1answer
15 views
How to troubleshoot “Duplicate zip entry” error?
I keep getting this error when switching from a previous project to this project and then trying to export it:
Proguard returned with error code 1. See console
Warning: can't write resource ...
0
votes
2answers
41 views
TextView keeps moveing when text is added?
I have developed an app that calculates a score. When text is appended to the TextView it moves slightly from its original location.
how can I stop it from moving and let it grow vertically ...
0
votes
0answers
40 views
Eclipse error during adding new activity
I can't add new activity into my project.
At the end of the "add activity" wizard, if I click on the finish button the wizard is still opened and only the manifest file is changed.
I am using Android ...
0
votes
1answer
31 views
ADT 22.0.0 creates empty project
I updated my sdk tools to r22 and adt to 22.0.0 and now I can not create a new project.
In the project wizard I have reached upto last screen and clicked finish button.But clicking finish does not ...
0
votes
2answers
22 views
Where is Android AVD Manager located on Mac?
How can I run AVD Manager on Mac? I mean what is the exact file name which I should double-click on to run AVD Manager? I found android-sdk folder but can't understand where is the executable file... ...
0
votes
1answer
26 views
Can't get my Android project work (Mac, Eclipse, eGit)
I'm working with GitHub from two laptops: windows and mac.
I develop Android applications using Eclipse as IDE and GitHub for version control.
I created a repository on GitHub. I created an Android ...
0
votes
1answer
104 views
ADT not working after update to v22
My ADT stopped working after updating to version 22. I have tried using the alternate Google repository for the tools, which didn't work, as well as removing other potentially conflicting Eclipse ...
0
votes
1answer
12 views
Show my custom layouts in the “tools palette” when editing layouts
Is it possible to show custom widgets and layouts that you've created in your projects as part of the tools palette in the layout editor?
There is a section called "Custom & Library Views" that ...
0
votes
2answers
49 views
eclipse Android SDK Update loses ADT update, and SDK location
Been away from eclipse and Android for three months, came back to get back into it.
Tried to install two new updates to the SDK (v16 of one thing, v20 of another), which of course failed because I ...
0
votes
0answers
22 views
android tools update always erases extra libraries
updating ADT every so often, always deletes or overwrites libraries I have added to the android folders.
I use additional libraries with ant so that it recognizes more useful commands, these always ...
0
votes
3answers
62 views
Updated SDK, can't update adt
I updated my SDKs using the SDK manager. Now while launching Eclipse adt it says location not set. Open pref.. And on selecting sdk folder, it says "you need adt version 22.0 or more." where do I ...
0
votes
1answer
19 views
Updated Eclipse and ADT not working with previously working packages.- Source not found
A previously working package and newer iterations have quit working for me since I was forced to update Eclipse and the ADT. The package is targeted at Android 10.
Previously, it imported without any ...
0
votes
0answers
38 views
How can I get Gmail, Twitter, WatsApp notifications make it string
I need to get my notifications and convert it into a String object to send all of them via Bluetooth to my Arduino. How can I do that?
If I can't do that, how can I know that there are any ...
0
votes
0answers
50 views
Samsung Galaxy s4 in Eclipse ADT
I want to test my App in a Samsung Galaxy S4, i've checked "unknown sources" and enabled the developer menu and checked "Debug mode". But It is displayed offline
C:\Program Files ...
-1
votes
1answer
161 views
R cannot be resolved after update to adt 22
Hi I have been away from using eclipse and android java programming for a few weeks due to unforseen circumstances. I opened up eclipse yesterday and was prompted to make a few updates and accepted. ...
0
votes
1answer
17 views
No LDPI icon in the latest update of Eclipse Juno ADT
I updated to the latest version of Eclipse Juno and I have the Android ADT on it.
When I start a new project, it doesn't give the LDPI icon anymore, and the drawable-ldpi folder is empty.
What is ...
0
votes
2answers
48 views
Cannot resolve local Android application crash
I was running my application completely OK, until at some point every time I tried to launch it it gave me this error message:
"Unfortunately, [app_name] has stopped"
whether if it's on the ...
0
votes
1answer
27 views
Using PhoneGap external url but Cordora js not working in Android
I'm facing a problem when I create a program by PhoneGap.
in my program, I'm using a local index.html file in my main activity, after the index.html loaded, I'm using window.open to redirect my page ...
0
votes
2answers
196 views
IBM Worklight - Android SDK - Emulator deployment issue - Unfortunately, 'app' has stopped
I am on Mac 10.8.3, Eclipse Juno with latest Android SDK 22.0.0, IBM Worklight version 5.0.6.1.
I have made a small Mobile App using Dojo Mobile & HTML5/CSS3 in Worklight but having hard time to ...
0
votes
2answers
52 views
How to create derived types of abstract data types in VHDL 2008?
Using VHDL 2008 is there a way to define an abstract entity with a generic type that has ports of that type as well as unconstrained arrays or records derived from that base type? Something like this: ...
0
votes
1answer
30 views
Does Corona SDK automatically align apk's when you build for Android?
I'm just wondering if step 4 is included in Corona's build process, or if you have to do it manually.
https://developer.android.com/tools/help/zipalign.html
[4.] Align the final APK package
Once ...
0
votes
1answer
25 views
Trying to use the same button to play+pause music
I have recently tried to create a button that says "Play", and when this button is pressed, I wanted it to play the music then change the text to "Stop", but it throws an error and quits the app. Here ...
0
votes
2answers
54 views
Eclipse Android ADT22 - Librairies/dependencies problems - Already tried everything
As many people have notices, since the latest release of the ADT PLugin for Eclipse, the librairies handling has changed.
05-28 01:59:30.388: E/AndroidRuntime(22867): FATAL EXCEPTION: main
05-28 ...
0
votes
0answers
15 views
local button vs. ADB to execute removeUpdates(locationListener) function - ADB not working
on my Android Device I implemented an app with multiple buttons and a method called "stopUpdateGPS()".
The only thing stopUpdateGPS does, is to terminate an ongoing GPS Request
...
0
votes
0answers
14 views
The Default Hello World Example in Eclipse with ADT will not Run
I know there are several questions that are similar to this on stackoverflow, however I think that my problem is somewhat different.
Note that the R file will not generate itself. The program is just ...
1
vote
1answer
46 views
Eclipse Helios 3.6.2 won't create generated java files in android project
I have Eclipse Helios 3.6.2
latest android sdk tools 22
and latest adt 22.0
when I create a new android application project the gen folder is just empty.
-1
votes
0answers
10 views
The Default Hello World Example in Eclipse with ADT will not Run (R file not generating, Manifest Missing, etc…)
The R file is missing.
When I clean the project Eclipse informs me that: "...HelloWorld] AndroidManifest.xml file missing!"
Please note that I have updated all the packages.
1
vote
2answers
49 views
Android Asynctask won't finish
I'm writing a really simple game for school, but the use of asynctask is required. I'm using ADT (Eclipse). Here is the relevant code:
public void oklog(View view) throws ...
0
votes
1answer
91 views
i can't run project eclipse, ADT, Google Android Maps V2
problem is "java.lang.ClassNotFoundExeption: com.google.android.gms.maps.MapFragment"
i followed this video http://www.youtube.com/watch?v=awX5T-EwLPc
my eclipse is Eclipse IDE for Java Developers, ...
0
votes
3answers
73 views
Android apps failed to launch after updating Eclipse
I created a simple "Hello, World" Android app.
Then I checked for updates in Eclipse. A lot of updates were installed.
After installing them and restarting Eclipse I got an error in my Android app. ...
0
votes
0answers
10 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 ...
3
votes
2answers
131 views
Location of the Android SDK has not been set up in the preferences in 64 bit Windows
"Location of the Android SDK has not been set up in the preferences in 64 bit Windows "...I know this problem has been addressed before several times, but rather than comment on an old question I ...
0
votes
0answers
10 views
Difficulties with configuration? “R.” error
I have downloaded eclipse and the adt plugin and the sdk manager but the program will not run the "my first app" program nor will it run the demos. There seems to be an error wherever there is an ...
2
votes
1answer
180 views
Gradle ADT 0.4 error: android.buildToolsVersion is missing
Attempting to build my Android project using the latest ADT tools release of Gradle, I get the following error:
Execution failed for task ':compileDebugAidl'.
> android.buildToolsVersion is ...
2
votes
1answer
38 views
Just update ADT and Unable to resolve superclass errer appear
The error show after I update my ADT, the project is created before the update.
In Login Activity,
public class LoginActivity extends Activity {
@Override
protected void onCreate(Bundle ...
2
votes
2answers
586 views
ADT 22 multiple library issues
I've got a set up like so:
NativeLibrary CommonJavaComponents
| | | |
| | | |
| FunctionalLibrary1 |
| | |
...
-3
votes
1answer
31 views
Android IDE for application devlopment [closed]
i am new to android and i am using the Google ADT IDE for application devlopment, which is built on eclipse. However, i think there are very less widgets avaliable there and also i have faced few ...
-4
votes
2answers
106 views
R can not be resolved error in source files after upgrading the ADT 22 [duplicate]
I updated the ADT plugin to 22 API version.
After upgrading, my projects won't compile,
project's gen folder is also empty. project's src
files also gives error.
After ...
0
votes
1answer
55 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
1answer
35 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 ...