Jump to content

tools for android development

Wictorian

ı am usşng android studio for android development

 

whaqt other tools I can use like unity, and do I have to have android studio

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

You can use Android Studio (which is based on Intellij) or IntelliJ with some plugins. Maybe Eclipse if you don't like Android Studio/IntelliJ for whatever reason. Unity would depend on what you're trying to do, e.g. game development.

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

not talking about IDE, 

I want to use python but I dont know if that is possible with android

 

also yeah, I need a game engine like unity

 

and ı am asking what are compatible with android studio and do I even need it to you know make apks

Link to comment
Share on other sites

Link to post
Share on other sites

You can use xarmin for cross platform development. Idk if you need studio. 

 

You can also use app inventor online under MIT license. 

Link to comment
Share on other sites

Link to post
Share on other sites

18 hours ago, Wictorian said:

not talking about IDE, 

I want to use python but I dont know if that is possible with android

Pygame might work. It’s an API for python. 

 

Link to comment
Share on other sites

Link to post
Share on other sites

19 hours ago, Wictorian said:

not talking about IDE, 

I want to use python but I dont know if that is possible with android

Here's a resource that might help you:

https://wiki.python.org/moin/Android

 

The primary languages for Android development would be Java, Kotlin and C++ for native development. Not sure what restrictions (if any) you have with Python. Just be aware that the official documentation and also most resources on Stack Overflow etc. use Java and/or Kotlin.

Quote

also yeah, I need a game engine like unity

Then you'll probably have to use whatever language the game engine requires. I have no experience with Unity.

Quote

and ı am asking what are compatible with android studio and do I even need it to you know make apks

Yes, you need to create APKs. How you create those APKs is up to you, the primary build system would be Gradle. If you follow the link above you'll see that there are some plugins for Android Studio, others seem to work with Gradle directly. You can absolutely create an APK file from the command line without starting Android Studio, if you have a build system (e.g. Gradle, Android build tools and whatever plugins are needed for Python)

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, fpo said:

Pygame might work. It’s an API for python. 

 

This reminds me. Kivy is a great framework for developing cross-platform applications in python. It also allows easy access to Android API. 

 

https://kivy.org/doc/stable/gettingstarted/

https://kivy.org/doc/stable/guide/android.html

 

Tech enthusiast and CS Student

 

 

 

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

25 minutes ago, Creed1 said:

This reminds me.

 

which reminded me... even though Python is the only wrong answer to "What technology we should use?"
.... here's a good resource!
Some should export to android/iPhone.

Spoiler
Spoiler

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

On 4/27/2020 at 8:30 PM, Wictorian said:

whaqt other tools I can use like unity, and do I have to have android studio

Delphi.

Write in C.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×