Refresh Android Studio

Asked 2 years ago, Updated 2 years ago, 40 views

I'm making a simple soccer-related application.

I want to make a team management page in the league, but after saving the results of web crawling in Python to mysql

Using php language, spray it on the web in json form and get it from Android studio in json form

I'm displaying it.

If I press the refresh button here, the Python code will be executed, so I want to upload the result of the new crawl to mysql, how can I run the Python code in Android Studio?

android python php mysql

2022-09-22 11:38

1 Answers

Unfortunately, the Python module does not run inside the Android studio... Android Studio officially supports Java, C#, and Kotlin, and Python does not. If you want to use Python, I recommend you to use a different IDE.


2022-09-22 11:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.