Questions tagged [eclipse-adt]

Android Development Tools is a plugin for Eclipse that facilitates building Android applications.

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.

This tag is a duplicate of a significantly more popular [adt], and should be merged with the latter if possible.

568 questions
0
votes
2 answers

App won't show up in physical device when debugging in eclipse

This may be a silly question, but it's starting to getting on my nerves. I develop with the regular ADT in eclipse, and use my Motorola Atrix 2 MB865 in 4.0.4 to test. I have all due drivers, and eclipse recognizes the phone perfectly, and most of…
unmultimedio
  • 1,224
  • 2
  • 13
  • 39
0
votes
1 answer

unable to create a new android project in eclipse

I'm not able to create a new android project in eclipse. Whenever I try to create one & reach last screen of the wizard & hit finish button, a empty project (just folder structure) project with the same name gets created in navigator window but the…
0
votes
1 answer

Getting strange error after upgrading to latest android SDK and ADT in eclipse

I recently upgraded to recent android SDK and ADT in eclipse. I am on windows 7. I am facing a strange problem - after some build and runs and debug on device, I am getting error message 'C:\Users\hp\workspace_1\com.xxx.yyy\bin\com.xxx.yyy.apks':…
Sanjay Singh
  • 349
  • 5
  • 18
0
votes
1 answer

Android Facebook Graph API JSON returns no email

I'm currently having some issues trying to obtain the user's email via GraphUser api object. I managed to obtain firstname, lastname and everything else but not the email. I've done my research that you'll need to add some permission to obtain…
0
votes
2 answers

Loop through multiple JSON array

Here is a snippet of my JSON, it is very long and after the "menu" section it goes back to "Location" and starts over witha new place. I have no idea why but where I loop through and print it to my logcat it will stop at a random place in the…
gikygik
  • 421
  • 9
  • 26
0
votes
1 answer

ADT Plugin Disabled - > Installation Details Eclipse

I'm Trying to remove ADT from Eclipse 3.6. When i go to Installation Details ADT Plugin is disabled, hence i'm unable to install. I tried to remove plugin manually by referring this site http://wiki.eclipse.org/FAQ_How_do_I_remove_a_plug-in%3F…
Pradeep
  • 2,530
  • 26
  • 37
0
votes
1 answer

LibGDX Android blackscreens at a certain screen

To explain the Situation: I've got a LibGDX Game runnig without Problems as Desktop Project... But as soon as I install the App onto my Android device, It only shows the first screen... In this case, it is a Menu-Screen which obviously needn't much…
Xerusial
  • 525
  • 1
  • 5
  • 17
0
votes
0 answers

how do you read a file(media) on a users sdcard and display the media on your app (android)

I am trying to make an android app that reads a file(that contains only pictures) on the users sdcard and then display it on my app. but I just cant figure out how to call the file and then read it. I have done lots of research and I think I need to…
0
votes
3 answers

cocos2dx: from win32 project to android project

Sorry it's my first time with cross-platform programming and I spent 4 hours for naught this afternoon. I currently have a cocos2dx win32 project. I can run it on Visual Studio. My mentor told me to find a way to convert it to an android project. I…
0
votes
2 answers

Android XML layout not showing correctly in Eclipse ADT previewer

I am having huge problems with the Android XML layout previewer not giving anywhere close to an accurate representation of my XML layout. The layout appears just fine when run, it's just the previewer. Here's some example XML:
HughHughTeotl
  • 5,439
  • 3
  • 34
  • 49
0
votes
1 answer

Where is apk key stored on computer?

Two engineers are working on an android project. To publish the apk (not on Playstore, but private publication), they each run their project and then get the resulting apk and then publish. As it turns out a user cannot simply update between the…
Cote Mounyo
  • 13,817
  • 23
  • 66
  • 87
0
votes
0 answers

How do I determine what API levels developers have in their Android SDK?

The ADT New Samples Project dialog is dynamic and returns only the Target SDK's available. Can the Build.VERSION_CODES (http://developer.android.com/reference/android/os/Build.VERSION_CODES.html) work beyond device api level? Or do I have to…
jdONeill
  • 443
  • 6
  • 10
0
votes
1 answer

Cant create folder using mkdir to sd card for android tablet

im having this problem of mkdir keep returning false even though i have done all the necessary the following are my active codes. protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); File folder = new…
0
votes
0 answers

Android App with Multiple Activities - Same one always opens

I'm messing around with the latest Android SDK (level 17), and I'm running into a very strange problem. I'm trying to make a custom Launcher, but in addition, my Application will contain a few other Activities that should be lauchable. Here's the…
erlloyd
  • 485
  • 6
  • 20
0
votes
1 answer

What to know what is Default password for Use Development mode for Simulator BB 10 dev alpha?

I installed BB 10 dev alpha in VM Ware. For play book i found that it was playbook as password for use development mode what is password for BB 10 dev alpha. I am not able to connect to Simulator while running my app in qnx and even in Android ADT…