Development questions are off-topic. Do not ask them here.

learn more… | top users | synonyms (4)

-3
votes
0answers
25 views

How to add list inside a TAB in Android [closed]

Here is the JAVA code File Name:: *Tabs.java* import android.app.Activity; import android.os.Bundle; import android.widget.TabHost; import android.widget.TabHost.TabSpec; public class Tabs extends ...
1
vote
0answers
18 views

Email Google Suggestions for Android [duplicate]

I would like to email Google some suggestions for their Android operating system. How do I contact the main Android developers? A site for posting ideas would also answer my question.
1
vote
2answers
53 views

Can I install Ruby and Ruby on Rails on an Android?

Aware that this is a bit mental, but can I install Ruby on a Galaxy S4 running Jelly Bean 4.2? A console where I can install gems, rake routes and run the Rails server, and browse to my application by ...
0
votes
1answer
68 views

Eclipse does not see my phone as a running android device

I have an Allview P6 ( running with 4.0.3 ) and I can't seem to be able to make Eclipse recognize it as a running android device. Is it in debugging mode, the application is set debuggable.
1
vote
4answers
451 views

Micromax A57 is not displayed in Eclipse Device List

I have purchased a new Micromax A57 (Ninja-3) smart cell phone. I want to install my application from Eclipse directly, because i need to see the Logcat output for testing my Application. I just ...
1
vote
0answers
217 views

Extract boot.img issues

I have been having a lot of trouble trying to extract a boot.img. Its one of Samsung's with the funky headers so none of the scripts work. I tried HEX editing it so it is a gzip (1f 8b 08) and ...
-1
votes
2answers
119 views

Is there any easy way to get GNU build tools on Android? If not… why not?

With the growing number of Android devices in all sorts of different form factors (dev boards like Raspberry Pi/ODroid, Android-on-a-stick, etc), it seems like it would be great to be able to actually ...
0
votes
1answer
2k views

How to build / compile su from source? [closed]

I know that the source code for the su binary is located on github. I would like to learn what the procedure is for building/compiling the su source into a file that is usable for device rooting. ...
37
votes
9answers
2k views

How can I do development on my Android device?

I have a pretty long commute to work and own an android phone. I figure it would be nice to do some simple programming on the way. I'm not picky on which language to code on. I usually have an ...