Root without pc? - OnePlus Nord N10 5G Questions & Answers

Would it be possible to root without pc? Nay help would be greatly appreciated!

You need a second device capable of running the android tools:
Download Android Studio & App Tools - Android Developers
Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.
developer.android.com
So no PC per se, if you consider Mac and Chromebook options. I'm running [them] just fine on Linux x64 on PC hardware.

Related

[Q]

how am I going to build some apps in the android?is there any tools like visual basic or what? help me plz....
-----------------------------------------
[COLOR="Red"[SIZE="5"]]SK17i Mango[/SIZE][/COLOR]
Real ICS 6.0
For the one gazillionth time !! Please use google search!!! There are more than a million guides out there explaining how to use IDE's to develope android apps using ADT plugin! Go to developer.android.com they have a very clearly documented procedure how to learn to develope android apps . As far as I know you can't use visual basic, you should use JDK because android apps are written in pure java api's and converted into dalvik executable using Google's dx tool and the process is automated via Google's ADT plugin in IDE's.
.:.pitchblack5691.:.

Android Studio and Eclipse..can survrvive together??

Hello, my name is Luca from Itali.
After 3 year I returned to develop on Android and now I have to decide which environment to use.
I'm excited to use Android Studio, but the problem is that I learn on the Commonsware book, where all examples are implemented with Eclipse.
Someone is working on Android Studio?
Do you know if is possible too run Eclipse and Android Studio at the same time (problem with abd, etc?)
Thanks, luca!
lunard75 said:
Hello, my name is Luca from Itali.
After 3 year I returned to develop on Android and now I have to decide which environment to use.
I'm excited to use Android Studio, but the problem is that I learn on the Commonsware book, where all examples are implemented with Eclipse.
Someone is working on Android Studio?
Do you know if is possible too run Eclipse and Android Studio at the same time (problem with abd, etc?)
Thanks, luca!
Click to expand...
Click to collapse
You can totally run eclipse and Android Studio together. I do.
BTW it's ADB (not abd), and that has no issues with either eclipse or Android Studio.
As an aside, how is it to learn from CommonsWare book?

[Q] Deveoping Android Apps Under Windows?

Hello,
What is the best/most popular IDE for developing Android Java apps under Windows?
Thanks,
Larry
Eclipse :thumbup:
and Android studio
Android Studio. It already officially replaced Eclipse, so you should use it, and not Eclipse.

Eclipse vs Studio

I'm taking an online course on writing Android apps and the instructor uses Eclipse with jre 6.
But the urls he sends us to downloads and installs jre 7.5 and Studio. The Studio interface is very different so for a novice like me it is very confusing.
Is Eclipse and jre 6 still available for download? Where?
Thank you.
Anderson2 said:
I'm taking an online course on writing Android apps and the instructor uses Eclipse with jre 6.
But the urls he sends us to downloads and installs jre 7.5 and Studio. The Studio interface is very different so for a novice like me it is very confusing.
Is Eclipse and jre 6 still available for download? Where?
Thank you.
Click to expand...
Click to collapse
Hi there,
Short answer:
I believe you could use either.
Longer answer:
As your instructor uses Eclipse - use Eclipse too. This way you will follow the course flawlessly. Eclipse is an open source project, well supported with huge community behind. You can download it from eclipse.org/downloads
Which version? I'd say the basic one is enough, e.g. Eclipse IDE for Java Developers, you'll need to install ADT (Android Dev. Tools) plugins, but I presume the instructor in the course made a topic on that. More discussion on that here: stackoverflow.com/questions/16657729/what-version-of-eclipse-do-i-use-for-android
As for JRE...
JRE (Java Runtime Environment) is required to run java programs on a machine. If you're developing programs, you'll need JDK - Java Development Kit. They're updated the same way any other programs are, hence you'll see different version numbers. Find them here: oracle.com/technetwork/java/javase/downloads/index.html
Good luck!
ps.
I'm not an Android developer, but did some java programming.

Develop for Android on Windows XP

Hello,
do you know what are the last versions of the tools (IDE, SDK, NDK, etc) that can be used for developing for Android on Windows XP?
Thank you very much for your time.
Sincerely.

Categories

Resources