Как на pyton3 с андроида создавать програмы которые можно сразу устанавливать на телефон? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Как на pyton3 с андроида создавать програмы которые можно сразу устанавливать на телефон?

13th Jun 2018, 3:58 AM
Armani Fast
7 Answers
+ 1
It's not really possible bro. Python 3 is not an official Android language. You should learn C++, Java, or Kotlin. You may be able to use python 3, but you would need some extra plugins to make it work. Cheers.
13th Jun 2018, 4:06 AM
Tony
Tony - avatar
+ 2
Yes, Java is the most widely used for Android. You should try Kotlin though, as it is much nicer to work with. Cheers.
13th Jun 2018, 4:20 AM
Tony
Tony - avatar
+ 2
Are you using Androidstudio to compile your app? Because you will need to do that. There's a bit more than just pure Java to make an app function properly. You should also debug (find out the problems in) your app via Android studio as well. Cheers.
13th Jun 2018, 4:36 AM
Tony
Tony - avatar
+ 1
Извините скажите пожалуйстка как на языке java возможно создать приложение прямо с андроида?
13th Jun 2018, 4:20 AM
Armani Fast
+ 1
Я создаю на java приложенте сохраняю как файл .apk. но при открытии выдает синтаксическую ошибку
13th Jun 2018, 4:27 AM
Armani Fast
0
Так я с андроида и сижу зачем мне android studio
13th Jun 2018, 4:44 AM
Armani Fast
0
Yes, Android Studio will work best. You may need to read through the documentation for Android Studio on their website, or try asking there directly perhaps if the issue still persists. You may need to post your code as well, so people can identify if there is a problem there maybe. Cheers.
13th Jun 2018, 5:50 AM
Tony
Tony - avatar