+ 3
Creating apps for Android on Linux
how do start creating Apps for Android phones on a Linux desktop?
3 Answers
+ 28
It depends on the programming language you want to use for Android development.
Read books and tutorials and you will know.
https://www.sololearn.com/discuss/823823/?ref=app
https://www.sololearn.com/discuss/1068494/?ref=app
https://www.sololearn.com/discuss/510018/?ref=app
+ 2
that's alot to look over butt it's better than nothing. Thanks friend.
0
You can use Java or Kotlin to make native apps
Google has its own software named "Android studio" install that on your machine.
There is another popular way to make apps is by using React Native, it allows to make cross-platform apps.