Devlope apps on PC with Android OS? - IDEs, Libraries, & Programming Tools

Hi , I would like to start developing Android apps.
For developing, it is recommended to use Eclipse or Android Studio.
Is it possible to develope apps also, if I install Android OS on my PC, and then I would install some IDE like Eclipse on this PC, too?
Is there any advantage if I develope android apps on PC with Android OS? Maybe emulator would not be needed?
Has anybode experience with such developing of applications?
thanks for any help
Tomas

I don't know for sure but you can Google it and probably learn a lot of your questions.
Sent from my HTC6435LVW using Tapatalk

tomas.teicher said:
Hi , I would like to start developing Android apps.
For developing, it is recommended to use Eclipse or Android Studio.
Is it possible to develope apps also, if I install Android OS on my PC, and then I would install some IDE like Eclipse on this PC, too?
Is there any advantage if I develope android apps on PC with Android OS? Maybe emulator would not be needed?
Has anybode experience with such developing of applications?
thanks for any help
Tomas
Click to expand...
Click to collapse
If you know how to get Android on your PC, there an app in the play store to do that: AIDE
I haven't used it a lot, and for bigger projects you'll probably need to pay for the pro license, but it works great on my smartphone. The advantage over an emulator would be better performance since it runs as OS, not in an emulator in Windows.
Please let me know if you have a way to get android on a PC, I'd love to try that (Windows is getting really slow over here^^)

You mean Android as the OS of your desktop machine?
In that case you would have to use AIDE for development.
Eclipse and Android Studio don't run on Android. They are Windows, Linux and Mac applications only.
---------- Post added at 06:36 PM ---------- Previous post was at 06:34 PM ----------
SimplicityApks said:
Please let me know if you have a way to get android on a PC, I'd love to try that (Windows is getting really slow over here^^)
Click to expand...
Click to collapse
Just googled that. Here you go: http://www.android-x86.org/

Related

[Q] [INFO]Need a wing to be taken under.

Ok XDA im fairly new to this but have a decent background with software and such. And i am looking for a bit of assistance on cooking/modding my own rom. and just wondering if you guys have any pointer? Thank you!
A few questions, mostly for others to help:
Do you have some sort of Linux distribution installed on your computer, such as Ubuntu? If you are, do you feel comfortable with terminal commands?
If not, do you run Windows or OS X? Would you be willing to install Ubuntu or something similar through alongside, or us Wubi if you would like to use it inside your current OS?
Are you planning on compiling AOSP, port from other phones, or base it on stock?
Are you going to be theming and/or optimizing?
Do you have a 32- or 64- bit-capable computer?
I'll post some links in a minute to what I use
Sent from my PC36100 using xda premium
i think paul at modaco may even have a kitchen available. that makes things easy.
lithid has a compiler for android <3.0, i believe. use your powers of google-fu
tropicalbrit said:
A few questions, mostly for others to help:
Do you have some sort of Linux distribution installed on your computer, such as Ubuntu? If you are, do you feel comfortable with terminal commands?
If not, do you run Windows or OS X? Would you be willing to install Ubuntu or something similar through alongside, or us Wubi if you would like to use it inside your current OS?
Are you planning on compiling AOSP, port from other phones, or base it on stock?
Are you going to be theming and/or optimizing?
Do you have a 32- or 64- bit-capable computer?
I'll post some links in a minute to what I use
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
I have a basic knowedge of commands. really basic. i run windows 7 on a 64 bit. and as for what i want to do? well im looking to learn it all. ive mostly been tinkering with sense roms. ive been using Team Nocturnals Shooter for E4G as my daily. good place to start?
Need Java JDK first: here
Definitely need ADB and Fastboot, great YouTube video by QBKing here
7-Zip and/or WinRAR. I have both, but I prefer 7-Zip. Get the 64-bit beta version here. WinRAR here too, get the 64-bit
UOT Kitchen for some theming here
Gimp, for theming
Notepad++ for editing text
Of course, a kitchen: Custom ROM Creator Studios here . Has many tools that you will need, including APK Tool and deodexing tools.
Great for Sense, "What You Know about Rosie?" And more by Tommy here
Chef Central for Android
so i followed the adb video to a t and it isnt workin?

TF101 running Ubuntu trying this card game web

Hello Everybody,
I have a crucial question about installing Ubuntu in my TF101 B70KAS40: Could be possible to play in www doesnt matter co
This web uses Applets Java for running card games and other weak games, like chess. Currently, I canĀ“t play using any browser under Android.
Thanks in advance.
Regards
Thank you very much for the reponse, I'll try dual boot after holidays
I don't have the answer, but try it, you'll have a real os on board
I used to play with open office, better than all the writing apps on the market... (it was before i flash an EOS nightly rom...).
If your tablet is allready rooted, you should give it a try...
Install openJDK and the icetea browser plugin for java and it should run fine. I use my tablet to program my chatroom, which happens to be written in Java.
kenshin, do you mean that it is possible to install openJDK and icedtea ON android ?
or i missed something ?
Where can we find them ??
TY
Not on android, but if you dual boot Ubuntu and install them on Ubuntu they will run on Firefox that comes with Ubuntu.
Sent from my Transformer TF101 using xda premium
ok thank you kenshin1388, i hope i will be able to CHROOT ubuntu at first before planing a dual boot...
If you know an easy tuto to dual boot ubuntu, don't hesitate to share
Anyone else thinks the OP just posted this to get traffic to the website?

A beginner need help... what is the concept of android programming?

Hi everyone, I'm new to the android programming playground and it looks complicated. I have no experience in Java, only in Python and JavaScript. I have seen some tutorials before and I just don't understand the .java file. How do they connect? public void? What is this? I don't want to use ruboto or kivy or phonegap or anything else because I want my app to be independent. I have no problems with the xml files because I have worked with HTML files before. The only thing is the java files. Can someone give me a nice concept of the android programming language? About how do the files get wired, about starting an activity, and more if available. The android programming tutorial on developers.android.com never helps. Any help is appreciated!
Angjinhang said:
Hi everyone, I'm new to the android programming playground and it looks complicated. I have no experience in Java, only in Python and JavaScript. I have seen some tutorials before and I just don't understand the .java file. How do they connect? public void? What is this? I don't want to use ruboto or kivy or phonegap or anything else because I want my app to be independent. I have no problems with the xml files because I have worked with HTML files before. The only thing is the java files. Can someone give me a nice concept of the android programming language? About how do the files get wired, about starting an activity, and more if available. The android programming tutorial on developers.android.com never helps. Any help is appreciated!
Click to expand...
Click to collapse
If you have worked only with python and JavaScript, Java will certainly feel like an alien language. In addition, navigating through eclipse can be a pain as well. Learning three things (Java, usage of Eclipse, & Android Development) together is next to impossible.
I would suggest that you pick up on the basics of Java first. That will make your development with Android easier.
You should also go through this thread: Free Online Mobile Development Courses (Java, Android, etc.)
Thanks a lot.
Nice reply. I finally found the information i need. You are right. I need some java basics before starting. Actually what is the relationship between android and java?
Angjinhang said:
what is the relationship between android and java?
Click to expand...
Click to collapse
Android is an operating system. To develop Apps which work on it, you use Java, and call the various methods provided in the Android API.
Your App is compiled to bytecode. They are then converted from Java Virtual Machine-compatible .class files to Dalvik-compatible .dex (Dalvik Executable) files before installation on a device.
Dalvik is the process virtual machine (VM) in Google's Android operating system. It is the software that runs the apps on Android devices.
You can also use C++ to write for certain low level processing, which is faster than running in the Dalvik Virtual Machine.
To simpilfy you can think of android as a framework written on java like BootstrapTwitter written on JavaScript
Sent from my GT-S5302 using Tapatalk 2
So... you meen like Ubuntu is an operating system. To develop apps for it, I use python. Am I right?
Angjinhang said:
So... you meen like Ubuntu is an operating system. To develop apps for it, I use python. Am I right?
Click to expand...
Click to collapse
Exactly
Sent from my GT-S5302 using Tapatalk 2

New midlet runner for android 4.4.4 not finished.

Since there is no perfect midlet emulator for android 4.4.4 I am trying to make one,this is a big project and I would like some help if you can.
It is based on microemulator 2.0.4 it is currently compiling but wont run anything.
Guicrith said:
Since there is no perfect midlet emulator for android 4.4.4 I am trying to make one,this is a big project and I would like some help if you can.
It is based on microemulator 2.0.4 it is currently compiling but wont run anything.
Click to expand...
Click to collapse
Just searched for midlets most of them are gone or are for other platforms as well.
So I am going to focus on a different project,you can delete the thread if you want to.

Coding android apps in jython ?!

Is it possible to code android apps in jython using android studio? I am learning how to program and I read somewhere that Python specifically jython is a good start. Ultimately I want to make an android app but I need and ide and sdk that let me code for android in jython. Any suggestions?? Thanks in advance!
Sent from my iPhone using Tapatalk

Categories

Resources