mirror of
https://github.com/python/cpython.git
synced 2024-11-22 05:26:10 +01:00
2520eed0a5
Add code and config for a minimal Android app, and instructions to build and run it. Improve Android build instructions in general. Add a tool subcommand to download the Gradle wrapper (with its binary blob). Android studio must be downloaded manually (due to the license).
22 lines
403 B
Plaintext
22 lines
403 B
Plaintext
# The Gradle wrapper should be downloaded by running `../android.py setup-testbed`.
|
|
/gradlew
|
|
/gradlew.bat
|
|
/gradle/wrapper/gradle-wrapper.jar
|
|
|
|
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea/caches
|
|
/.idea/deploymentTargetDropdown.xml
|
|
/.idea/libraries
|
|
/.idea/modules.xml
|
|
/.idea/workspace.xml
|
|
/.idea/navEditor.xml
|
|
/.idea/assetWizardSettings.xml
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|