+ 1
Как на pyton3 с андроида создавать програмы которые можно сразу устанавливать на телефон?
7 Respuestas
+ 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.
+ 2
Yes, Java is the most widely used for Android. You should try Kotlin though, as it is much nicer to work with. Cheers.
+ 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.
+ 1
Извините скажите пожалуйстка как на языке java возможно создать приложение прямо с андроида?
+ 1
Я создаю на java приложенте сохраняю как файл .apk. но при открытии выдает синтаксическую ошибку
0
Так я с андроида и сижу зачем мне android studio
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.