-
-
Save yaki29/e7763750f397a3ec19c6baa989553aa3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yash@Yash-PC:~/f_check$ buildozer android_new debug deploy run | |
# Check configuration tokens | |
# Ensure build layout | |
# Check configuration tokens | |
# Preparing build | |
# Check requirements for android | |
# Run 'dpkg --version' | |
# Cwd None | |
Debian `dpkg' package management program version 1.17.25 (amd64). | |
This is free software; see the GNU General Public License version 2 or | |
later for copying conditions. There is NO warranty. | |
# Search for Git (git) | |
# -> found at /usr/bin/git | |
# Search for Cython (cython) | |
# -> found at /usr/local/bin/cython | |
# Search for Java compiler (javac) | |
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac | |
# Search for Java keytool (keytool) | |
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool | |
# Install platform | |
# Apache ANT found at /home/yash/.buildozer/android/platform/apache-ant-1.9.4 | |
# Android SDK found at /home/yash/.buildozer/android/platform/android-sdk-20 | |
# Android NDK found at /home/yash/.buildozer/android/platform/android-ndk-r9c | |
# Check application requirements | |
# Check garden requirements | |
# Compile platform | |
# Run 'python -m pythonforandroid.toolchain --color=always --storage-dir=/home/yash/f_check/.buildozer/android/platform/build create --dist_name=reqapp --bootstrap=sdl2 --requirements=kivy,requests --arch armeabi-v7a --copy-libs' | |
# Cwd /home/yash/f_check/.buildozer/android/platform/python-for-android-master | |
[INFO]: Will compile for the following archs: armeabi-v7a | |
[INFO]: Found Android API target in $ANDROIDAPI | |
[INFO]: Available Android APIs are (19) | |
[INFO]: Requested API target 19 is available, continuing. | |
[INFO]: Found NDK dir in $ANDROIDNDK | |
[INFO]: Got NDK version from $ANDROIDNDKVER | |
[INFO]: Using Google NDK r9c | |
[INFO]: Found virtualenv at /usr/local/bin/virtualenv | |
[INFO]: Found the following toolchain versions: ['4.6', '4.8', 'clang3.3'] | |
[INFO]: Picking the latest gcc toolchain, here 4.8 | |
[INFO]: Of the existing distributions, the following meet the given requirements: | |
[INFO]: reqapp: includes recipes (hostpython2, sdl2_image, sdl2_mixer, sdl2_ttf, python2, sdl2, setuptools, six, pyjnius, requests, kivy), built for archs (armeabi-v7a) | |
[INFO]: reqapp has compatible recipes, using this one | |
# Build the application #6 | |
# Copy application source from /home/yash/f_check | |
# Create directory /home/yash/f_check/.buildozer/android/app | |
# Copy /home/yash/f_check/main.py | |
# Create directory /home/yash/f_check/.buildozer/android/app/requests | |
# Copy /home/yash/f_check/requests/status_codes.py | |
# Copy /home/yash/f_check/requests/compat.py | |
# Copy /home/yash/f_check/requests/sessions.py | |
# Copy /home/yash/f_check/requests/certs.py | |
# Copy /home/yash/f_check/requests/cookies.py | |
# Copy /home/yash/f_check/requests/structures.py | |
# Copy /home/yash/f_check/requests/hooks.py | |
# Copy /home/yash/f_check/requests/adapters.py | |
# Copy /home/yash/f_check/requests/api.py | |
# Copy /home/yash/f_check/requests/utils.py | |
# Copy /home/yash/f_check/requests/exceptions.py | |
# Copy /home/yash/f_check/requests/models.py | |
# Copy /home/yash/f_check/requests/auth.py | |
# Copy /home/yash/f_check/requests/__init__.py | |
# Create directory /home/yash/f_check/.buildozer/android/app/requests/packages | |
# Copy /home/yash/f_check/requests/packages/urllib3 | |
Traceback (most recent call last): | |
File "/usr/local/bin/buildozer", line 11, in <module> | |
sys.exit(main()) | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/scripts/client.py", line 13, in main | |
Buildozer().run_command(sys.argv[1:]) | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/__init__.py", line 1020, in run_command | |
self.target.run_commands(args) | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/target.py", line 90, in run_commands | |
func(args) | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/target.py", line 102, in cmd_debug | |
self.buildozer.build() | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/__init__.py", line 207, in build | |
self.build_application() | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/__init__.py", line 704, in build_application | |
self._copy_application_sources() | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/__init__.py", line 801, in _copy_application_sources | |
copyfile(sfn, rfn) | |
File "/usr/lib/python2.7/shutil.py", line 82, in copyfile | |
with open(src, 'rb') as fsrc: | |
IOError: [Errno 2] No such file or directory: '/home/yash/f_check/requests/packages/urllib3' | |
yash@Yash-PC:~/f_check$ | |
yash@Yash-PC:~/f_check$ buildozer android_new debug deploy run | |
# Check configuration tokens | |
# Ensure build layout | |
# Check configuration tokens | |
# Preparing build | |
# Check requirements for android | |
# Run 'dpkg --version' | |
# Cwd None | |
Debian `dpkg' package management program version 1.17.25 (amd64). | |
This is free software; see the GNU General Public License version 2 or | |
later for copying conditions. There is NO warranty. | |
# Search for Git (git) | |
# -> found at /usr/bin/git | |
# Search for Cython (cython) | |
# -> found at /usr/local/bin/cython | |
# Search for Java compiler (javac) | |
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac | |
# Search for Java keytool (keytool) | |
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool | |
# Install platform | |
# Apache ANT found at /home/yash/.buildozer/android/platform/apache-ant-1.9.4 | |
# Android SDK found at /home/yash/.buildozer/android/platform/android-sdk-20 | |
# Android NDK found at /home/yash/.buildozer/android/platform/android-ndk-r9c | |
# Check application requirements | |
# Check garden requirements | |
# Compile platform | |
# Run 'python -m pythonforandroid.toolchain --color=always --storage-dir=/home/yash/f_check/.buildozer/android/platform/build create --dist_name=reqapp --bootstrap=sdl2 --requirements=kivy,requests --arch armeabi-v7a --copy-libs' | |
# Cwd /home/yash/f_check/.buildozer/android/platform/python-for-android-master | |
[INFO]: Will compile for the following archs: armeabi-v7a | |
[INFO]: Found Android API target in $ANDROIDAPI | |
[INFO]: Available Android APIs are (19) | |
[INFO]: Requested API target 19 is available, continuing. | |
[INFO]: Found NDK dir in $ANDROIDNDK | |
[INFO]: Got NDK version from $ANDROIDNDKVER | |
[INFO]: Using Google NDK r9c | |
[INFO]: Found virtualenv at /usr/local/bin/virtualenv | |
[INFO]: Found the following toolchain versions: ['4.6', '4.8', 'clang3.3'] | |
[INFO]: Picking the latest gcc toolchain, here 4.8 | |
[INFO]: Of the existing distributions, the following meet the given requirements: | |
[INFO]: reqapp: includes recipes (hostpython2, sdl2_image, sdl2_mixer, sdl2_ttf, python2, sdl2, setuptools, six, pyjnius, requests, kivy), built for archs (armeabi-v7a) | |
[INFO]: reqapp has compatible recipes, using this one | |
# Build the application #7 | |
# Copy application source from /home/yash/f_check | |
# Create directory /home/yash/f_check/.buildozer/android/app | |
# Copy /home/yash/f_check/status_codes.py | |
# Copy /home/yash/f_check/compat.py | |
# Copy /home/yash/f_check/sessions.py | |
# Copy /home/yash/f_check/certs.py | |
# Copy /home/yash/f_check/cookies.py | |
# Copy /home/yash/f_check/structures.py | |
# Copy /home/yash/f_check/hooks.py | |
# Copy /home/yash/f_check/adapters.py | |
# Copy /home/yash/f_check/main.py | |
# Copy /home/yash/f_check/api.py | |
# Copy /home/yash/f_check/utils.py | |
# Copy /home/yash/f_check/exceptions.py | |
# Copy /home/yash/f_check/models.py | |
# Copy /home/yash/f_check/auth.py | |
# Copy /home/yash/f_check/__init__.py | |
# Create directory /home/yash/f_check/.buildozer/android/app/packages | |
# Copy /home/yash/f_check/packages/urllib3 | |
Traceback (most recent call last): | |
File "/usr/local/bin/buildozer", line 11, in <module> | |
sys.exit(main()) | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/scripts/client.py", line 13, in main | |
Buildozer().run_command(sys.argv[1:]) | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/__init__.py", line 1020, in run_command | |
self.target.run_commands(args) | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/target.py", line 90, in run_commands | |
func(args) | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/target.py", line 102, in cmd_debug | |
self.buildozer.build() | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/__init__.py", line 207, in build | |
self.build_application() | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/__init__.py", line 704, in build_application | |
self._copy_application_sources() | |
File "/usr/local/lib/python2.7/dist-packages/buildozer/__init__.py", line 801, in _copy_application_sources | |
copyfile(sfn, rfn) | |
File "/usr/lib/python2.7/shutil.py", line 82, in copyfile | |
with open(src, 'rb') as fsrc: | |
IOError: [Errno 2] No such file or directory: '/home/yash/f_check/packages/urllib3' | |
yash@Yash-PC:~/f_check$ cd | |
yash@Yash-PC:~$ cd De | |
Desktop/ Detail-Teller-App/ | |
yash@Yash-PC:~$ cd Detail-Teller-App/ | |
yash@Yash-PC:~/Detail-Teller-App$ | |
yash@Yash-PC:~/Detail-Teller-App$ ls | |
main.py | |
yash@Yash-PC:~/Detail-Teller-App$ buildozer init | |
File buildozer.spec created, ready to customize! | |
yash@Yash-PC:~/Detail-Teller-App$ buildozer android_new debug deploy run | |
# Check configuration tokens | |
# Ensure build layout | |
# Create directory /home/yash/Detail-Teller-App/.buildozer | |
# Create directory /home/yash/Detail-Teller-App/bin | |
# Create directory /home/yash/Detail-Teller-App/.buildozer/applibs | |
# Create directory /home/yash/Detail-Teller-App/.buildozer/android/platform | |
# Create directory /home/yash/Detail-Teller-App/.buildozer/android/app | |
# Check configuration tokens | |
# Read available permissions from api-versions.xml | |
# Preparing build | |
# Check requirements for android | |
# Run 'dpkg --version' | |
# Cwd None | |
Debian `dpkg' package management program version 1.17.25 (amd64). | |
This is free software; see the GNU General Public License version 2 or | |
later for copying conditions. There is NO warranty. | |
# Search for Git (git) | |
# -> found at /usr/bin/git | |
# Search for Cython (cython) | |
# -> found at /usr/local/bin/cython | |
# Search for Java compiler (javac) | |
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/bin/javac | |
# Search for Java keytool (keytool) | |
# -> found at /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool | |
# Install platform | |
# Run 'git clone -b master --single-branch https://github.com/kivy/python-for-android.git python-for-android-master' | |
# Cwd /home/yash/Detail-Teller-App/.buildozer/android/platform | |
Cloning into 'python-for-android-master'... | |
# Apache ANT found at /home/yash/.buildozer/android/platform/apache-ant-1.9.4 | |
# Android SDK found at /home/yash/.buildozer/android/platform/android-sdk-20 | |
# Android NDK found at /home/yash/.buildozer/android/platform/android-ndk-r9c | |
# Run '/home/yash/.buildozer/android/platform/android-sdk-20/tools/android list sdk -u -e' | |
# Cwd /home/yash/.buildozer/android/platform | |
Refresh Sources: | |
Fetching https://dl.google.com/android/repository/addons_list-2.xml | |
Validate XML | |
Parse XML | |
Fetched Add-ons List successfully | |
Refresh Sources | |
Fetching URL: https://dl.google.com/android/repository/repository-11.xml | |
Validate XML: https://dl.google.com/android/repository/repository-11.xml | |
Parse XML: https://dl.google.com/android/repository/repository-11.xml | |
Fetching URL: https://dl.google.com/android/repository/addon.xml | |
Validate XML: https://dl.google.com/android/repository/addon.xml | |
Parse XML: https://dl.google.com/android/repository/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/glass/addon.xml | |
Validate XML: https://dl.google.com/android/repository/glass/addon.xml | |
Parse XML: https://dl.google.com/android/repository/glass/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Validate XML: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Parse XML: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Packages available for installation or update: 31 | |
---------- | |
id: 1 or "doc-24" | |
Type: Doc | |
Desc: Documentation for Android SDK, API 24, revision 1 | |
---------- | |
id: 2 or "android-25" | |
Type: Platform | |
Desc: Android SDK Platform 25 | |
Revision 3 | |
---------- | |
id: 3 or "android-24" | |
Type: Platform | |
Desc: Android SDK Platform 24 | |
Revision 2 | |
---------- | |
id: 4 or "android-23" | |
Type: Platform | |
Desc: Android SDK Platform 23 | |
Revision 3 | |
---------- | |
id: 5 or "android-22" | |
Type: Platform | |
Desc: Android SDK Platform 22 | |
Revision 2 | |
---------- | |
id: 6 or "android-21" | |
Type: Platform | |
Desc: Android SDK Platform 21 | |
Revision 2 | |
---------- | |
id: 7 or "android-20" | |
Type: Platform | |
Desc: Android SDK Platform 20 | |
Revision 2 | |
---------- | |
id: 8 or "android-19" | |
Type: Platform | |
Desc: Android SDK Platform 19 | |
Revision 4 | |
---------- | |
id: 9 or "android-18" | |
Type: Platform | |
Desc: Android SDK Platform 18 | |
Revision 3 | |
---------- | |
id: 10 or "android-17" | |
Type: Platform | |
Desc: Android SDK Platform 17 | |
Revision 3 | |
---------- | |
id: 11 or "android-16" | |
Type: Platform | |
Desc: Android SDK Platform 16 | |
Revision 5 | |
---------- | |
id: 12 or "android-15" | |
Type: Platform | |
Desc: Android SDK Platform 15 | |
Revision 5 | |
---------- | |
id: 13 or "addon-google_apis-google-24" | |
Type: Addon | |
Desc: Google APIs, Android API 24, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 14 or "addon-google_apis-google-23" | |
Type: Addon | |
Desc: Google APIs, Android API 23, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 15 or "addon-google_apis-google-22" | |
Type: Addon | |
Desc: Google APIs, Android API 22, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 16 or "addon-google_apis-google-21" | |
Type: Addon | |
Desc: Google APIs, Android API 21, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 17 or "addon-google_apis-google-19" | |
Type: Addon | |
Desc: Google APIs, Android API 19, revision 20 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 18 or "addon-google_gdk-google-19" | |
Type: Addon | |
Desc: Glass Development Kit Preview, Android API 19, revision 11 | |
By Google Inc. | |
Preview of the Glass Development Kit | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 19 or "addon-google_apis-google-18" | |
Type: Addon | |
Desc: Google APIs, Android API 18, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 20 or "addon-google_apis-google-17" | |
Type: Addon | |
Desc: Google APIs, Android API 17, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 21 or "addon-google_apis-google-16" | |
Type: Addon | |
Desc: Google APIs, Android API 16, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 22 or "addon-google_apis-google-15" | |
Type: Addon | |
Desc: Google APIs, Android API 15, revision 3 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 23 or "extra-android-m2repository" | |
Type: Extra | |
Desc: Android Support Repository, revision 41 | |
By Android | |
Local Maven repository for Support Libraries | |
Install path: extras/android/m2repository | |
---------- | |
id: 24 or "extra-google-auto" | |
Type: Extra | |
Desc: Android Auto Desktop Head Unit emulator, revision 1.1 | |
By Google Inc. | |
Head unit emulator for developers targeting the Android Auto | |
platform. | |
Install path: extras/google/auto | |
---------- | |
id: 25 or "extra-google-google_play_services" | |
Type: Extra | |
Desc: Google Play services, revision 38 | |
By Google Inc. | |
Google Play services Javadocs and sample code | |
Install path: extras/google/google_play_services | |
---------- | |
id: 26 or "extra-google-m2repository" | |
Type: Extra | |
Desc: Google Repository, revision 42 | |
By Google Inc. | |
Local Maven repository for Support Libraries | |
Install path: extras/google/m2repository | |
---------- | |
id: 27 or "extra-google-market_apk_expansion" | |
Type: Extra | |
Desc: Google Play APK Expansion library, revision 1 | |
By Google Inc. | |
Android Market APK Expansion library | |
Install path: extras/google/market_apk_expansion | |
---------- | |
id: 28 or "extra-google-market_licensing" | |
Type: Extra | |
Desc: Google Play Licensing Library, revision 1 | |
By google | |
Android Market Licensing client library | |
Install path: extras/google/market_licensing | |
---------- | |
id: 29 or "extra-google-play_billing" | |
Type: Extra | |
Desc: Google Play Billing Library, revision 5 | |
By Google Inc. | |
Google Play Billing files and sample code | |
Install path: extras/google/play_billing | |
---------- | |
id: 30 or "extra-google-simulators" | |
Type: Extra | |
Desc: Android Auto API Simulators, revision 1 | |
By Google Inc. | |
Android Auto API testing simulators | |
Install path: extras/google/simulators | |
---------- | |
id: 31 or "extra-google-webdriver" | |
Type: Extra | |
Desc: Google Web Driver, revision 2 | |
By Google Inc. | |
Install path: extras/google/webdriver | |
Refresh Sources: | |
Fetching https://dl.google.com/android/repository/addons_list-2.xml | |
Validate XML | |
Parse XML | |
Fetched Add-ons List successfully | |
Refresh Sources | |
Fetching URL: https://dl.google.com/android/repository/repository-11.xml | |
Validate XML: https://dl.google.com/android/repository/repository-11.xml | |
Parse XML: https://dl.google.com/android/repository/repository-11.xml | |
Fetching URL: https://dl.google.com/android/repository/addon.xml | |
Validate XML: https://dl.google.com/android/repository/addon.xml | |
Parse XML: https://dl.google.com/android/repository/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/glass/addon.xml | |
Validate XML: https://dl.google.com/android/repository/glass/addon.xml | |
Parse XML: https://dl.google.com/android/repository/glass/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Validate XML: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Parse XML: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Packages available for installation or update: 31 | |
---------- | |
id: 1 or "doc-24" | |
Type: Doc | |
Desc: Documentation for Android SDK, API 24, revision 1 | |
---------- | |
id: 2 or "android-25" | |
Type: Platform | |
Desc: Android SDK Platform 25 | |
Revision 3 | |
---------- | |
id: 3 or "android-24" | |
Type: Platform | |
Desc: Android SDK Platform 24 | |
Revision 2 | |
---------- | |
id: 4 or "android-23" | |
Type: Platform | |
Desc: Android SDK Platform 23 | |
Revision 3 | |
---------- | |
id: 5 or "android-22" | |
Type: Platform | |
Desc: Android SDK Platform 22 | |
Revision 2 | |
---------- | |
id: 6 or "android-21" | |
Type: Platform | |
Desc: Android SDK Platform 21 | |
Revision 2 | |
---------- | |
id: 7 or "android-20" | |
Type: Platform | |
Desc: Android SDK Platform 20 | |
Revision 2 | |
---------- | |
id: 8 or "android-19" | |
Type: Platform | |
Desc: Android SDK Platform 19 | |
Revision 4 | |
---------- | |
id: 9 or "android-18" | |
Type: Platform | |
Desc: Android SDK Platform 18 | |
Revision 3 | |
---------- | |
id: 10 or "android-17" | |
Type: Platform | |
Desc: Android SDK Platform 17 | |
Revision 3 | |
---------- | |
id: 11 or "android-16" | |
Type: Platform | |
Desc: Android SDK Platform 16 | |
Revision 5 | |
---------- | |
id: 12 or "android-15" | |
Type: Platform | |
Desc: Android SDK Platform 15 | |
Revision 5 | |
---------- | |
id: 13 or "addon-google_apis-google-24" | |
Type: Addon | |
Desc: Google APIs, Android API 24, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 14 or "addon-google_apis-google-23" | |
Type: Addon | |
Desc: Google APIs, Android API 23, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 15 or "addon-google_apis-google-22" | |
Type: Addon | |
Desc: Google APIs, Android API 22, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 16 or "addon-google_apis-google-21" | |
Type: Addon | |
Desc: Google APIs, Android API 21, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 17 or "addon-google_apis-google-19" | |
Type: Addon | |
Desc: Google APIs, Android API 19, revision 20 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 18 or "addon-google_gdk-google-19" | |
Type: Addon | |
Desc: Glass Development Kit Preview, Android API 19, revision 11 | |
By Google Inc. | |
Preview of the Glass Development Kit | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 19 or "addon-google_apis-google-18" | |
Type: Addon | |
Desc: Google APIs, Android API 18, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 20 or "addon-google_apis-google-17" | |
Type: Addon | |
Desc: Google APIs, Android API 17, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 21 or "addon-google_apis-google-16" | |
Type: Addon | |
Desc: Google APIs, Android API 16, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 22 or "addon-google_apis-google-15" | |
Type: Addon | |
Desc: Google APIs, Android API 15, revision 3 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 23 or "extra-android-m2repository" | |
Type: Extra | |
Desc: Android Support Repository, revision 41 | |
By Android | |
Local Maven repository for Support Libraries | |
Install path: extras/android/m2repository | |
---------- | |
id: 24 or "extra-google-auto" | |
Type: Extra | |
Desc: Android Auto Desktop Head Unit emulator, revision 1.1 | |
By Google Inc. | |
Head unit emulator for developers targeting the Android Auto | |
platform. | |
Install path: extras/google/auto | |
---------- | |
id: 25 or "extra-google-google_play_services" | |
Type: Extra | |
Desc: Google Play services, revision 38 | |
By Google Inc. | |
Google Play services Javadocs and sample code | |
Install path: extras/google/google_play_services | |
---------- | |
id: 26 or "extra-google-m2repository" | |
Type: Extra | |
Desc: Google Repository, revision 42 | |
By Google Inc. | |
Local Maven repository for Support Libraries | |
Install path: extras/google/m2repository | |
---------- | |
id: 27 or "extra-google-market_apk_expansion" | |
Type: Extra | |
Desc: Google Play APK Expansion library, revision 1 | |
By Google Inc. | |
Android Market APK Expansion library | |
Install path: extras/google/market_apk_expansion | |
---------- | |
id: 28 or "extra-google-market_licensing" | |
Type: Extra | |
Desc: Google Play Licensing Library, revision 1 | |
By google | |
Android Market Licensing client library | |
Install path: extras/google/market_licensing | |
---------- | |
id: 29 or "extra-google-play_billing" | |
Type: Extra | |
Desc: Google Play Billing Library, revision 5 | |
By Google Inc. | |
Google Play Billing files and sample code | |
Install path: extras/google/play_billing | |
---------- | |
id: 30 or "extra-google-simulators" | |
Type: Extra | |
Desc: Android Auto API Simulators, revision 1 | |
By Google Inc. | |
Android Auto API testing simulators | |
Install path: extras/google/simulators | |
---------- | |
id: 31 or "extra-google-webdriver" | |
Type: Extra | |
Desc: Google Web Driver, revision 2 | |
By Google Inc. | |
Install path: extras/google/webdriver | |
# Run '/home/yash/.buildozer/android/platform/android-sdk-20/tools/android list sdk -u -e -a' | |
# Cwd /home/yash/.buildozer/android/platform | |
Refresh Sources: | |
Fetching https://dl.google.com/android/repository/addons_list-2.xml | |
Validate XML | |
Parse XML | |
Fetched Add-ons List successfully | |
Refresh Sources | |
Fetching URL: https://dl.google.com/android/repository/repository-11.xml | |
Validate XML: https://dl.google.com/android/repository/repository-11.xml | |
Parse XML: https://dl.google.com/android/repository/repository-11.xml | |
Fetching URL: https://dl.google.com/android/repository/addon.xml | |
Validate XML: https://dl.google.com/android/repository/addon.xml | |
Parse XML: https://dl.google.com/android/repository/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/glass/addon.xml | |
Validate XML: https://dl.google.com/android/repository/glass/addon.xml | |
Parse XML: https://dl.google.com/android/repository/glass/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Validate XML: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Parse XML: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Packages available for installation or update: 178 | |
---------- | |
id: 1 or "tools" | |
Type: Tool | |
Desc: Android SDK Tools, revision 25.2.5 | |
---------- | |
id: 2 or "platform-tools" | |
Type: PlatformTool | |
Desc: Android SDK Platform-tools, revision 25.0.3 | |
---------- | |
id: 3 or "build-tools-25.0.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 25.0.2 | |
---------- | |
id: 4 or "build-tools-25.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 25.0.1 | |
---------- | |
id: 5 or "build-tools-25.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 25 | |
---------- | |
id: 6 or "build-tools-24.0.3" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 24.0.3 | |
---------- | |
id: 7 or "build-tools-24.0.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 24.0.2 | |
---------- | |
id: 8 or "build-tools-24.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 24.0.1 | |
---------- | |
id: 9 or "build-tools-24.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 24 | |
---------- | |
id: 10 or "build-tools-23.0.3" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 23.0.3 | |
---------- | |
id: 11 or "build-tools-23.0.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 23.0.2 | |
---------- | |
id: 12 or "build-tools-23.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 23.0.1 | |
---------- | |
id: 13 or "build-tools-23.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 23 (Obsolete) | |
---------- | |
id: 14 or "build-tools-22.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 22.0.1 | |
---------- | |
id: 15 or "build-tools-22.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 22 (Obsolete) | |
---------- | |
id: 16 or "build-tools-21.1.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21.1.2 | |
---------- | |
id: 17 or "build-tools-21.1.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21.1.1 (Obsolete) | |
---------- | |
id: 18 or "build-tools-21.1.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21.1 (Obsolete) | |
---------- | |
id: 19 or "build-tools-21.0.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21.0.2 (Obsolete) | |
---------- | |
id: 20 or "build-tools-21.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21.0.1 (Obsolete) | |
---------- | |
id: 21 or "build-tools-21.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21 (Obsolete) | |
---------- | |
id: 22 or "build-tools-20.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 20 | |
---------- | |
id: 23 or "build-tools-19.1.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 19.1 | |
---------- | |
id: 24 or "build-tools-19.0.3" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 19.0.3 (Obsolete) | |
---------- | |
id: 25 or "build-tools-19.0.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 19.0.2 (Obsolete) | |
---------- | |
id: 26 or "build-tools-19.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 19.0.1 (Obsolete) | |
---------- | |
id: 27 or "build-tools-19.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 19 (Obsolete) | |
---------- | |
id: 28 or "build-tools-18.1.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 18.1.1 (Obsolete) | |
---------- | |
id: 29 or "build-tools-18.1.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 18.1 (Obsolete) | |
---------- | |
id: 30 or "build-tools-18.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 18.0.1 (Obsolete) | |
---------- | |
id: 31 or "build-tools-17.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 17 (Obsolete) | |
---------- | |
id: 32 or "doc-24" | |
Type: Doc | |
Desc: Documentation for Android SDK, API 24, revision 1 | |
---------- | |
id: 33 or "android-25" | |
Type: Platform | |
Desc: Android SDK Platform 25 | |
Revision 3 | |
---------- | |
id: 34 or "android-24" | |
Type: Platform | |
Desc: Android SDK Platform 24 | |
Revision 2 | |
---------- | |
id: 35 or "android-23" | |
Type: Platform | |
Desc: Android SDK Platform 23 | |
Revision 3 | |
---------- | |
id: 36 or "android-22" | |
Type: Platform | |
Desc: Android SDK Platform 22 | |
Revision 2 | |
---------- | |
id: 37 or "android-21" | |
Type: Platform | |
Desc: Android SDK Platform 21 | |
Revision 2 | |
---------- | |
id: 38 or "android-20" | |
Type: Platform | |
Desc: Android SDK Platform 20 | |
Revision 2 | |
---------- | |
id: 39 or "android-19" | |
Type: Platform | |
Desc: Android SDK Platform 19 | |
Revision 4 | |
---------- | |
id: 40 or "android-18" | |
Type: Platform | |
Desc: Android SDK Platform 18 | |
Revision 3 | |
---------- | |
id: 41 or "android-17" | |
Type: Platform | |
Desc: Android SDK Platform 17 | |
Revision 3 | |
---------- | |
id: 42 or "android-16" | |
Type: Platform | |
Desc: Android SDK Platform 16 | |
Revision 5 | |
---------- | |
id: 43 or "android-15" | |
Type: Platform | |
Desc: Android SDK Platform 15 | |
Revision 5 | |
---------- | |
id: 44 or "android-14" | |
Type: Platform | |
Desc: Android SDK Platform 14 | |
Revision 4 | |
---------- | |
id: 45 or "android-13" | |
Type: Platform | |
Desc: Android SDK Platform 13 | |
Revision 1 | |
---------- | |
id: 46 or "android-12" | |
Type: Platform | |
Desc: Android SDK Platform 12 | |
Revision 3 | |
---------- | |
id: 47 or "android-11" | |
Type: Platform | |
Desc: Android SDK Platform 11 | |
Revision 2 | |
---------- | |
id: 48 or "android-10" | |
Type: Platform | |
Desc: Android SDK Platform 10 | |
Revision 2 | |
---------- | |
id: 49 or "android-9" | |
Type: Platform | |
Desc: Android SDK Platform 9 | |
Revision 2 | |
---------- | |
id: 50 or "android-8" | |
Type: Platform | |
Desc: Android SDK Platform 8 | |
Revision 3 | |
---------- | |
id: 51 or "android-7" | |
Type: Platform | |
Desc: Android SDK Platform 7 | |
Revision 3 | |
---------- | |
id: 52 or "android-6" | |
Type: Platform | |
Desc: Android SDK Platform 6 | |
Revision 1 (Obsolete) | |
---------- | |
id: 53 or "android-5" | |
Type: Platform | |
Desc: Android SDK Platform 5 | |
Revision 1 (Obsolete) | |
---------- | |
id: 54 or "android-4" | |
Type: Platform | |
Desc: Android SDK Platform 4 | |
Revision 3 (Obsolete) | |
---------- | |
id: 55 or "android-3" | |
Type: Platform | |
Desc: Android SDK Platform 3 | |
Revision 4 (Obsolete) | |
---------- | |
id: 56 or "android-2" | |
Type: Platform | |
Desc: Android SDK Platform 2 | |
Revision 1 (Obsolete) | |
---------- | |
id: 57 or "sys-img-x86-android-tv-25" | |
Type: SystemImage | |
Desc: Android TV Intel x86 Atom System Image | |
Revision 2 | |
Requires SDK Platform Android API 25 | |
---------- | |
id: 58 or "sys-img-armeabi-v7a-android-wear-25" | |
Type: SystemImage | |
Desc: Android Wear ARM EABI v7a System Image | |
Revision 1 | |
Requires SDK Platform Android API 25 | |
---------- | |
id: 59 or "sys-img-x86-android-wear-25" | |
Type: SystemImage | |
Desc: Android Wear Intel x86 Atom System Image | |
Revision 1 | |
Requires SDK Platform Android API 25 | |
---------- | |
id: 60 or "sys-img-x86_64-google_apis-25" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom_64 System Image | |
Revision 3 | |
Requires SDK Platform Android API 25 | |
---------- | |
id: 61 or "sys-img-x86-google_apis-25" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 25 | |
---------- | |
id: 62 or "sys-img-x86-android-tv-24" | |
Type: SystemImage | |
Desc: Android TV Intel x86 Atom System Image | |
Revision 9 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 63 or "sys-img-arm64-v8a-android-24" | |
Type: SystemImage | |
Desc: ARM 64 v8a System Image | |
Revision 7 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 64 or "sys-img-armeabi-v7a-android-24" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 7 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 65 or "sys-img-x86_64-android-24" | |
Type: SystemImage | |
Desc: Intel x86 Atom_64 System Image | |
Revision 7 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 66 or "sys-img-x86-android-24" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 7 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 67 or "sys-img-arm64-v8a-google_apis-24" | |
Type: SystemImage | |
Desc: Google APIs ARM 64 v8a System Image | |
Revision 10 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 68 or "sys-img-armeabi-v7a-google_apis-24" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 10 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 69 or "sys-img-x86_64-google_apis-24" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom_64 System Image | |
Revision 10 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 70 or "sys-img-x86-google_apis-24" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 10 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 71 or "sys-img-armeabi-v7a-android-tv-23" | |
Type: SystemImage | |
Desc: Android TV ARM EABI v7a System Image | |
Revision 3 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 72 or "sys-img-x86-android-tv-23" | |
Type: SystemImage | |
Desc: Android TV Intel x86 Atom System Image | |
Revision 8 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 73 or "sys-img-armeabi-v7a-android-wear-23" | |
Type: SystemImage | |
Desc: Android Wear ARM EABI v7a System Image | |
Revision 6 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 74 or "sys-img-x86-android-wear-23" | |
Type: SystemImage | |
Desc: Android Wear Intel x86 Atom System Image | |
Revision 6 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 75 or "sys-img-x86_64-android-23" | |
Type: SystemImage | |
Desc: Intel x86 Atom_64 System Image | |
Revision 9 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 76 or "sys-img-x86-android-23" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 9 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 77 or "sys-img-armeabi-v7a-google_apis-23" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 19 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 78 or "sys-img-x86_64-google_apis-23" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom_64 System Image | |
Revision 19 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 79 or "sys-img-x86-google_apis-23" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 19 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 80 or "sys-img-armeabi-v7a-android-tv-22" | |
Type: SystemImage | |
Desc: Android TV ARM EABI v7a System Image | |
Revision 1 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 81 or "sys-img-x86-android-tv-22" | |
Type: SystemImage | |
Desc: Android TV Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 82 or "sys-img-armeabi-v7a-android-wear-22" | |
Type: SystemImage | |
Desc: Android Wear ARM EABI v7a System Image | |
Revision 7 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 83 or "sys-img-x86-android-wear-22" | |
Type: SystemImage | |
Desc: Android Wear Intel x86 Atom System Image | |
Revision 7 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 84 or "sys-img-armeabi-v7a-android-22" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 2 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 85 or "sys-img-x86_64-android-22" | |
Type: SystemImage | |
Desc: Intel x86 Atom_64 System Image | |
Revision 5 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 86 or "sys-img-x86-android-22" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 87 or "sys-img-armeabi-v7a-google_apis-22" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 12 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 88 or "sys-img-x86_64-google_apis-22" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom_64 System Image | |
Revision 12 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 89 or "sys-img-x86-google_apis-22" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 12 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 90 or "sys-img-armeabi-v7a-android-tv-21" | |
Type: SystemImage | |
Desc: Android TV ARM EABI v7a System Image | |
Revision 3 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 91 or "sys-img-x86-android-tv-21" | |
Type: SystemImage | |
Desc: Android TV Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 92 or "sys-img-armeabi-v7a-android-wear-21" | |
Type: SystemImage | |
Desc: Android Wear ARM EABI v7a System Image | |
Revision 3 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 93 or "sys-img-x86-android-wear-21" | |
Type: SystemImage | |
Desc: Android Wear Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 94 or "sys-img-armeabi-v7a-android-21" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 95 or "sys-img-x86_64-android-21" | |
Type: SystemImage | |
Desc: Intel x86 Atom_64 System Image | |
Revision 4 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 96 or "sys-img-x86-android-21" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 4 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 97 or "sys-img-armeabi-v7a-google_apis-21" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 18 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 98 or "sys-img-x86_64-google_apis-21" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom_64 System Image | |
Revision 18 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 99 or "sys-img-x86-google_apis-21" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 18 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 100 or "sys-img-armeabi-v7a-android-wear-20" | |
Type: SystemImage | |
Desc: Android Wear ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 20 | |
---------- | |
id: 101 or "sys-img-x86-android-wear-20" | |
Type: SystemImage | |
Desc: Android Wear Intel x86 Atom System Image | |
Revision 4 | |
Requires SDK Platform Android API 20 | |
---------- | |
id: 102 or "sys-img-armeabi-v7a-android-19" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 103 or "sys-img-x86-android-19" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 104 or "sys-img-armeabi-v7a-google_apis-19" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 26 | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 105 or "sys-img-x86-google_apis-19" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 26 | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 106 or "sys-img-armeabi-v7a-android-18" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 107 or "sys-img-x86-android-18" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 108 or "sys-img-armeabi-v7a-google_apis-18" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 109 or "sys-img-x86-google_apis-18" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 110 or "sys-img-armeabi-v7a-android-17" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 111 or "sys-img-x86-android-17" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 112 or "sys-img-mips-android-17" | |
Type: SystemImage | |
Desc: MIPS System Image | |
Revision 1 | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 113 or "sys-img-armeabi-v7a-google_apis-17" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 114 or "sys-img-x86-google_apis-17" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 115 or "sys-img-armeabi-v7a-android-16" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 116 or "sys-img-x86-android-16" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 117 or "sys-img-mips-android-16" | |
Type: SystemImage | |
Desc: MIPS System Image | |
Revision 1 | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 118 or "sys-img-armeabi-v7a-google_apis-16" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 119 or "sys-img-x86-google_apis-16" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 120 or "sys-img-armeabi-v7a-android-15" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 121 or "sys-img-x86-android-15" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 4 | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 122 or "sys-img-mips-android-15" | |
Type: SystemImage | |
Desc: MIPS System Image | |
Revision 1 | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 123 or "sys-img-armeabi-v7a-google_apis-15" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 124 or "sys-img-x86-google_apis-15" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 125 or "sys-img-armeabi-v7a-android-14" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 2 | |
Requires SDK Platform Android API 14 | |
---------- | |
id: 126 or "sys-img-armeabi-v7a-android-10" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 10 | |
---------- | |
id: 127 or "sys-img-x86-android-10" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 4 | |
Requires SDK Platform Android API 10 | |
---------- | |
id: 128 or "sys-img-armeabi-v7a-google_apis-10" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 10 | |
---------- | |
id: 129 or "sys-img-x86-google_apis-10" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 10 | |
---------- | |
id: 130 or "addon-google_apis-google-24" | |
Type: Addon | |
Desc: Google APIs, Android API 24, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 131 or "addon-google_apis-google-23" | |
Type: Addon | |
Desc: Google APIs, Android API 23, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 132 or "addon-google_apis-google-22" | |
Type: Addon | |
Desc: Google APIs, Android API 22, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 133 or "addon-google_apis-google-21" | |
Type: Addon | |
Desc: Google APIs, Android API 21, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 134 or "addon-google_apis-google-19" | |
Type: Addon | |
Desc: Google APIs, Android API 19, revision 20 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 135 or "addon-google_gdk-google-19" | |
Type: Addon | |
Desc: Glass Development Kit Preview, Android API 19, revision 11 | |
By Google Inc. | |
Preview of the Glass Development Kit | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 136 or "addon-google_apis-google-18" | |
Type: Addon | |
Desc: Google APIs, Android API 18, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 137 or "addon-google_apis-google-17" | |
Type: Addon | |
Desc: Google APIs, Android API 17, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 138 or "addon-google_apis-google-16" | |
Type: Addon | |
Desc: Google APIs, Android API 16, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 139 or "addon-google_apis-google-15" | |
Type: Addon | |
Desc: Google APIs, Android API 15, revision 3 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 140 or "addon-google_apis-google-14" | |
Type: Addon | |
Desc: Google APIs, Android API 14, revision 2 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 14 | |
---------- | |
id: 141 or "addon-google_apis-google-13" | |
Type: Addon | |
Desc: Google APIs, Android API 13, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 13 | |
---------- | |
id: 142 or "addon-google_tv_addon-google-13" | |
Type: Addon | |
Desc: Google TV Addon, Android API 13, revision 1 (Obsolete) | |
By Google Inc. | |
Requires SDK Platform Android API 13 | |
---------- | |
id: 143 or "addon-google_apis-google-12" | |
Type: Addon | |
Desc: Google APIs, Android API 12, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 12 | |
---------- | |
id: 144 or "addon-google_tv_addon-google-12" | |
Type: Addon | |
Desc: Google TV Addon, Android API 12, revision 2 (Obsolete) | |
By Google Inc. | |
Requires SDK Platform Android API 12 | |
---------- | |
id: 145 or "addon-google_apis-google-11" | |
Type: Addon | |
Desc: Google APIs, Android API 11, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 11 | |
---------- | |
id: 146 or "addon-google_apis-google-10" | |
Type: Addon | |
Desc: Google APIs, Android API 10, revision 2 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 10 | |
---------- | |
id: 147 or "addon-google_apis-google-9" | |
Type: Addon | |
Desc: Google APIs, Android API 9, revision 2 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 9 | |
---------- | |
id: 148 or "addon-google_apis-google-8" | |
Type: Addon | |
Desc: Google APIs, Android API 8, revision 2 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 8 | |
---------- | |
id: 149 or "addon-google_apis-google-7" | |
Type: Addon | |
Desc: Google APIs, Android API 7, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 7 | |
---------- | |
id: 150 or "addon-google_apis-google-6" | |
Type: Addon | |
Desc: Google APIs, Android API 6, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 6 | |
---------- | |
id: 151 or "addon-google_apis-google-5" | |
Type: Addon | |
Desc: Google APIs, Android API 5, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 5 | |
---------- | |
id: 152 or "addon-google_apis-google-4" | |
Type: Addon | |
Desc: Google APIs, Android API 4, revision 2 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 4 | |
---------- | |
id: 153 or "addon-google_apis-google-3" | |
Type: Addon | |
Desc: Google APIs, Android API 3, revision 3 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 3 | |
---------- | |
id: 154 or "source-25" | |
Type: Source | |
Desc: Sources for Android SDK, API 25, revision 1 | |
---------- | |
id: 155 or "source-24" | |
Type: Source | |
Desc: Sources for Android SDK, API 24, revision 1 | |
---------- | |
id: 156 or "source-23" | |
Type: Source | |
Desc: Sources for Android SDK, API 23, revision 1 | |
---------- | |
id: 157 or "source-22" | |
Type: Source | |
Desc: Sources for Android SDK, API 22, revision 1 | |
---------- | |
id: 158 or "source-21" | |
Type: Source | |
Desc: Sources for Android SDK, API 21, revision 1 | |
---------- | |
id: 159 or "source-20" | |
Type: Source | |
Desc: Sources for Android SDK, API 20, revision 1 | |
---------- | |
id: 160 or "source-19" | |
Type: Source | |
Desc: Sources for Android SDK, API 19, revision 2 | |
---------- | |
id: 161 or "source-18" | |
Type: Source | |
Desc: Sources for Android SDK, API 18, revision 1 | |
---------- | |
id: 162 or "source-17" | |
Type: Source | |
Desc: Sources for Android SDK, API 17, revision 1 | |
---------- | |
id: 163 or "source-16" | |
Type: Source | |
Desc: Sources for Android SDK, API 16, revision 2 | |
---------- | |
id: 164 or "source-15" | |
Type: Source | |
Desc: Sources for Android SDK, API 15, revision 2 | |
---------- | |
id: 165 or "source-14" | |
Type: Source | |
Desc: Sources for Android SDK, API 14, revision 1 (Obsolete) | |
---------- | |
id: 166 or "extra-android-m2repository" | |
Type: Extra | |
Desc: Android Support Repository, revision 41 | |
By Android | |
Local Maven repository for Support Libraries | |
Install path: extras/android/m2repository | |
---------- | |
id: 167 or "extra-google-admob_ads_sdk" | |
Type: Extra | |
Desc: Google AdMob Ads SDK, revision 11 (Obsolete) | |
By Google Inc. | |
AdMob Ads SDK | |
Install path: extras/google/admob_ads_sdk | |
---------- | |
id: 168 or "extra-google-analytics_sdk_v2" | |
Type: Extra | |
Desc: Google Analytics App Tracking SDK, revision 3 (Obsolete) | |
By Google Inc. | |
Analytics App Tracking SDK | |
Install path: extras/google/analytics_sdk_v2 | |
---------- | |
id: 169 or "extra-google-auto" | |
Type: Extra | |
Desc: Android Auto Desktop Head Unit emulator, revision 1.1 | |
By Google Inc. | |
Head unit emulator for developers targeting the Android Auto | |
platform. | |
Install path: extras/google/auto | |
---------- | |
id: 170 or "extra-google-gcm" | |
Type: Extra | |
Desc: Google Cloud Messaging for Android Library, revision 3 (Obsolete) | |
By Google Inc. | |
GCM library has been moved to Google Play Services | |
(com.google.android.gms.gcm) and this standalone version is no | |
longer supported | |
Install path: extras/google/gcm | |
---------- | |
id: 171 or "extra-google-google_play_services_froyo" | |
Type: Extra | |
Desc: Google Play services for Froyo, revision 12 (Obsolete) | |
By Google Inc. | |
Google Play services client library and sample code | |
Install path: extras/google/google_play_services_froyo | |
---------- | |
id: 172 or "extra-google-google_play_services" | |
Type: Extra | |
Desc: Google Play services, revision 38 | |
By Google Inc. | |
Google Play services Javadocs and sample code | |
Install path: extras/google/google_play_services | |
---------- | |
id: 173 or "extra-google-m2repository" | |
Type: Extra | |
Desc: Google Repository, revision 42 | |
By Google Inc. | |
Local Maven repository for Support Libraries | |
Install path: extras/google/m2repository | |
---------- | |
id: 174 or "extra-google-market_apk_expansion" | |
Type: Extra | |
Desc: Google Play APK Expansion library, revision 1 | |
By Google Inc. | |
Android Market APK Expansion library | |
Install path: extras/google/market_apk_expansion | |
---------- | |
id: 175 or "extra-google-market_licensing" | |
Type: Extra | |
Desc: Google Play Licensing Library, revision 1 | |
By google | |
Android Market Licensing client library | |
Install path: extras/google/market_licensing | |
---------- | |
id: 176 or "extra-google-play_billing" | |
Type: Extra | |
Desc: Google Play Billing Library, revision 5 | |
By Google Inc. | |
Google Play Billing files and sample code | |
Install path: extras/google/play_billing | |
---------- | |
id: 177 or "extra-google-simulators" | |
Type: Extra | |
Desc: Android Auto API Simulators, revision 1 | |
By Google Inc. | |
Android Auto API testing simulators | |
Install path: extras/google/simulators | |
---------- | |
id: 178 or "extra-google-webdriver" | |
Type: Extra | |
Desc: Google Web Driver, revision 2 | |
By Google Inc. | |
Install path: extras/google/webdriver | |
Refresh Sources: | |
Fetching https://dl.google.com/android/repository/addons_list-2.xml | |
Validate XML | |
Parse XML | |
Fetched Add-ons List successfully | |
Refresh Sources | |
Fetching URL: https://dl.google.com/android/repository/repository-11.xml | |
Validate XML: https://dl.google.com/android/repository/repository-11.xml | |
Parse XML: https://dl.google.com/android/repository/repository-11.xml | |
Fetching URL: https://dl.google.com/android/repository/addon.xml | |
Validate XML: https://dl.google.com/android/repository/addon.xml | |
Parse XML: https://dl.google.com/android/repository/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/glass/addon.xml | |
Validate XML: https://dl.google.com/android/repository/glass/addon.xml | |
Parse XML: https://dl.google.com/android/repository/glass/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Validate XML: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Parse XML: https://dl.google.com/android/repository/extras/intel/addon.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android-wear/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/android-tv/sys-img.xml | |
Fetching URL: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Validate XML: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Parse XML: https://dl.google.com/android/repository/sys-img/google_apis/sys-img.xml | |
Packages available for installation or update: 178 | |
---------- | |
id: 1 or "tools" | |
Type: Tool | |
Desc: Android SDK Tools, revision 25.2.5 | |
---------- | |
id: 2 or "platform-tools" | |
Type: PlatformTool | |
Desc: Android SDK Platform-tools, revision 25.0.3 | |
---------- | |
id: 3 or "build-tools-25.0.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 25.0.2 | |
---------- | |
id: 4 or "build-tools-25.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 25.0.1 | |
---------- | |
id: 5 or "build-tools-25.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 25 | |
---------- | |
id: 6 or "build-tools-24.0.3" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 24.0.3 | |
---------- | |
id: 7 or "build-tools-24.0.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 24.0.2 | |
---------- | |
id: 8 or "build-tools-24.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 24.0.1 | |
---------- | |
id: 9 or "build-tools-24.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 24 | |
---------- | |
id: 10 or "build-tools-23.0.3" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 23.0.3 | |
---------- | |
id: 11 or "build-tools-23.0.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 23.0.2 | |
---------- | |
id: 12 or "build-tools-23.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 23.0.1 | |
---------- | |
id: 13 or "build-tools-23.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 23 (Obsolete) | |
---------- | |
id: 14 or "build-tools-22.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 22.0.1 | |
---------- | |
id: 15 or "build-tools-22.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 22 (Obsolete) | |
---------- | |
id: 16 or "build-tools-21.1.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21.1.2 | |
---------- | |
id: 17 or "build-tools-21.1.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21.1.1 (Obsolete) | |
---------- | |
id: 18 or "build-tools-21.1.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21.1 (Obsolete) | |
---------- | |
id: 19 or "build-tools-21.0.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21.0.2 (Obsolete) | |
---------- | |
id: 20 or "build-tools-21.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21.0.1 (Obsolete) | |
---------- | |
id: 21 or "build-tools-21.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 21 (Obsolete) | |
---------- | |
id: 22 or "build-tools-20.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 20 | |
---------- | |
id: 23 or "build-tools-19.1.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 19.1 | |
---------- | |
id: 24 or "build-tools-19.0.3" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 19.0.3 (Obsolete) | |
---------- | |
id: 25 or "build-tools-19.0.2" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 19.0.2 (Obsolete) | |
---------- | |
id: 26 or "build-tools-19.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 19.0.1 (Obsolete) | |
---------- | |
id: 27 or "build-tools-19.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 19 (Obsolete) | |
---------- | |
id: 28 or "build-tools-18.1.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 18.1.1 (Obsolete) | |
---------- | |
id: 29 or "build-tools-18.1.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 18.1 (Obsolete) | |
---------- | |
id: 30 or "build-tools-18.0.1" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 18.0.1 (Obsolete) | |
---------- | |
id: 31 or "build-tools-17.0.0" | |
Type: BuildTool | |
Desc: Android SDK Build-tools, revision 17 (Obsolete) | |
---------- | |
id: 32 or "doc-24" | |
Type: Doc | |
Desc: Documentation for Android SDK, API 24, revision 1 | |
---------- | |
id: 33 or "android-25" | |
Type: Platform | |
Desc: Android SDK Platform 25 | |
Revision 3 | |
---------- | |
id: 34 or "android-24" | |
Type: Platform | |
Desc: Android SDK Platform 24 | |
Revision 2 | |
---------- | |
id: 35 or "android-23" | |
Type: Platform | |
Desc: Android SDK Platform 23 | |
Revision 3 | |
---------- | |
id: 36 or "android-22" | |
Type: Platform | |
Desc: Android SDK Platform 22 | |
Revision 2 | |
---------- | |
id: 37 or "android-21" | |
Type: Platform | |
Desc: Android SDK Platform 21 | |
Revision 2 | |
---------- | |
id: 38 or "android-20" | |
Type: Platform | |
Desc: Android SDK Platform 20 | |
Revision 2 | |
---------- | |
id: 39 or "android-19" | |
Type: Platform | |
Desc: Android SDK Platform 19 | |
Revision 4 | |
---------- | |
id: 40 or "android-18" | |
Type: Platform | |
Desc: Android SDK Platform 18 | |
Revision 3 | |
---------- | |
id: 41 or "android-17" | |
Type: Platform | |
Desc: Android SDK Platform 17 | |
Revision 3 | |
---------- | |
id: 42 or "android-16" | |
Type: Platform | |
Desc: Android SDK Platform 16 | |
Revision 5 | |
---------- | |
id: 43 or "android-15" | |
Type: Platform | |
Desc: Android SDK Platform 15 | |
Revision 5 | |
---------- | |
id: 44 or "android-14" | |
Type: Platform | |
Desc: Android SDK Platform 14 | |
Revision 4 | |
---------- | |
id: 45 or "android-13" | |
Type: Platform | |
Desc: Android SDK Platform 13 | |
Revision 1 | |
---------- | |
id: 46 or "android-12" | |
Type: Platform | |
Desc: Android SDK Platform 12 | |
Revision 3 | |
---------- | |
id: 47 or "android-11" | |
Type: Platform | |
Desc: Android SDK Platform 11 | |
Revision 2 | |
---------- | |
id: 48 or "android-10" | |
Type: Platform | |
Desc: Android SDK Platform 10 | |
Revision 2 | |
---------- | |
id: 49 or "android-9" | |
Type: Platform | |
Desc: Android SDK Platform 9 | |
Revision 2 | |
---------- | |
id: 50 or "android-8" | |
Type: Platform | |
Desc: Android SDK Platform 8 | |
Revision 3 | |
---------- | |
id: 51 or "android-7" | |
Type: Platform | |
Desc: Android SDK Platform 7 | |
Revision 3 | |
---------- | |
id: 52 or "android-6" | |
Type: Platform | |
Desc: Android SDK Platform 6 | |
Revision 1 (Obsolete) | |
---------- | |
id: 53 or "android-5" | |
Type: Platform | |
Desc: Android SDK Platform 5 | |
Revision 1 (Obsolete) | |
---------- | |
id: 54 or "android-4" | |
Type: Platform | |
Desc: Android SDK Platform 4 | |
Revision 3 (Obsolete) | |
---------- | |
id: 55 or "android-3" | |
Type: Platform | |
Desc: Android SDK Platform 3 | |
Revision 4 (Obsolete) | |
---------- | |
id: 56 or "android-2" | |
Type: Platform | |
Desc: Android SDK Platform 2 | |
Revision 1 (Obsolete) | |
---------- | |
id: 57 or "sys-img-x86-android-tv-25" | |
Type: SystemImage | |
Desc: Android TV Intel x86 Atom System Image | |
Revision 2 | |
Requires SDK Platform Android API 25 | |
---------- | |
id: 58 or "sys-img-armeabi-v7a-android-wear-25" | |
Type: SystemImage | |
Desc: Android Wear ARM EABI v7a System Image | |
Revision 1 | |
Requires SDK Platform Android API 25 | |
---------- | |
id: 59 or "sys-img-x86-android-wear-25" | |
Type: SystemImage | |
Desc: Android Wear Intel x86 Atom System Image | |
Revision 1 | |
Requires SDK Platform Android API 25 | |
---------- | |
id: 60 or "sys-img-x86_64-google_apis-25" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom_64 System Image | |
Revision 3 | |
Requires SDK Platform Android API 25 | |
---------- | |
id: 61 or "sys-img-x86-google_apis-25" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 25 | |
---------- | |
id: 62 or "sys-img-x86-android-tv-24" | |
Type: SystemImage | |
Desc: Android TV Intel x86 Atom System Image | |
Revision 9 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 63 or "sys-img-arm64-v8a-android-24" | |
Type: SystemImage | |
Desc: ARM 64 v8a System Image | |
Revision 7 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 64 or "sys-img-armeabi-v7a-android-24" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 7 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 65 or "sys-img-x86_64-android-24" | |
Type: SystemImage | |
Desc: Intel x86 Atom_64 System Image | |
Revision 7 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 66 or "sys-img-x86-android-24" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 7 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 67 or "sys-img-arm64-v8a-google_apis-24" | |
Type: SystemImage | |
Desc: Google APIs ARM 64 v8a System Image | |
Revision 10 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 68 or "sys-img-armeabi-v7a-google_apis-24" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 10 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 69 or "sys-img-x86_64-google_apis-24" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom_64 System Image | |
Revision 10 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 70 or "sys-img-x86-google_apis-24" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 10 | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 71 or "sys-img-armeabi-v7a-android-tv-23" | |
Type: SystemImage | |
Desc: Android TV ARM EABI v7a System Image | |
Revision 3 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 72 or "sys-img-x86-android-tv-23" | |
Type: SystemImage | |
Desc: Android TV Intel x86 Atom System Image | |
Revision 8 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 73 or "sys-img-armeabi-v7a-android-wear-23" | |
Type: SystemImage | |
Desc: Android Wear ARM EABI v7a System Image | |
Revision 6 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 74 or "sys-img-x86-android-wear-23" | |
Type: SystemImage | |
Desc: Android Wear Intel x86 Atom System Image | |
Revision 6 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 75 or "sys-img-x86_64-android-23" | |
Type: SystemImage | |
Desc: Intel x86 Atom_64 System Image | |
Revision 9 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 76 or "sys-img-x86-android-23" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 9 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 77 or "sys-img-armeabi-v7a-google_apis-23" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 19 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 78 or "sys-img-x86_64-google_apis-23" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom_64 System Image | |
Revision 19 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 79 or "sys-img-x86-google_apis-23" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 19 | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 80 or "sys-img-armeabi-v7a-android-tv-22" | |
Type: SystemImage | |
Desc: Android TV ARM EABI v7a System Image | |
Revision 1 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 81 or "sys-img-x86-android-tv-22" | |
Type: SystemImage | |
Desc: Android TV Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 82 or "sys-img-armeabi-v7a-android-wear-22" | |
Type: SystemImage | |
Desc: Android Wear ARM EABI v7a System Image | |
Revision 7 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 83 or "sys-img-x86-android-wear-22" | |
Type: SystemImage | |
Desc: Android Wear Intel x86 Atom System Image | |
Revision 7 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 84 or "sys-img-armeabi-v7a-android-22" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 2 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 85 or "sys-img-x86_64-android-22" | |
Type: SystemImage | |
Desc: Intel x86 Atom_64 System Image | |
Revision 5 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 86 or "sys-img-x86-android-22" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 87 or "sys-img-armeabi-v7a-google_apis-22" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 12 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 88 or "sys-img-x86_64-google_apis-22" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom_64 System Image | |
Revision 12 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 89 or "sys-img-x86-google_apis-22" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 12 | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 90 or "sys-img-armeabi-v7a-android-tv-21" | |
Type: SystemImage | |
Desc: Android TV ARM EABI v7a System Image | |
Revision 3 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 91 or "sys-img-x86-android-tv-21" | |
Type: SystemImage | |
Desc: Android TV Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 92 or "sys-img-armeabi-v7a-android-wear-21" | |
Type: SystemImage | |
Desc: Android Wear ARM EABI v7a System Image | |
Revision 3 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 93 or "sys-img-x86-android-wear-21" | |
Type: SystemImage | |
Desc: Android Wear Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 94 or "sys-img-armeabi-v7a-android-21" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 95 or "sys-img-x86_64-android-21" | |
Type: SystemImage | |
Desc: Intel x86 Atom_64 System Image | |
Revision 4 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 96 or "sys-img-x86-android-21" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 4 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 97 or "sys-img-armeabi-v7a-google_apis-21" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 18 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 98 or "sys-img-x86_64-google_apis-21" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom_64 System Image | |
Revision 18 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 99 or "sys-img-x86-google_apis-21" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 18 | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 100 or "sys-img-armeabi-v7a-android-wear-20" | |
Type: SystemImage | |
Desc: Android Wear ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 20 | |
---------- | |
id: 101 or "sys-img-x86-android-wear-20" | |
Type: SystemImage | |
Desc: Android Wear Intel x86 Atom System Image | |
Revision 4 | |
Requires SDK Platform Android API 20 | |
---------- | |
id: 102 or "sys-img-armeabi-v7a-android-19" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 103 or "sys-img-x86-android-19" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 104 or "sys-img-armeabi-v7a-google_apis-19" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 26 | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 105 or "sys-img-x86-google_apis-19" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 26 | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 106 or "sys-img-armeabi-v7a-android-18" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 107 or "sys-img-x86-android-18" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 108 or "sys-img-armeabi-v7a-google_apis-18" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 109 or "sys-img-x86-google_apis-18" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 110 or "sys-img-armeabi-v7a-android-17" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 111 or "sys-img-x86-android-17" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 3 | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 112 or "sys-img-mips-android-17" | |
Type: SystemImage | |
Desc: MIPS System Image | |
Revision 1 | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 113 or "sys-img-armeabi-v7a-google_apis-17" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 114 or "sys-img-x86-google_apis-17" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 115 or "sys-img-armeabi-v7a-android-16" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 116 or "sys-img-x86-android-16" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 117 or "sys-img-mips-android-16" | |
Type: SystemImage | |
Desc: MIPS System Image | |
Revision 1 | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 118 or "sys-img-armeabi-v7a-google_apis-16" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 119 or "sys-img-x86-google_apis-16" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 120 or "sys-img-armeabi-v7a-android-15" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 121 or "sys-img-x86-android-15" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 4 | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 122 or "sys-img-mips-android-15" | |
Type: SystemImage | |
Desc: MIPS System Image | |
Revision 1 | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 123 or "sys-img-armeabi-v7a-google_apis-15" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 124 or "sys-img-x86-google_apis-15" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 125 or "sys-img-armeabi-v7a-android-14" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 2 | |
Requires SDK Platform Android API 14 | |
---------- | |
id: 126 or "sys-img-armeabi-v7a-android-10" | |
Type: SystemImage | |
Desc: ARM EABI v7a System Image | |
Revision 4 | |
Requires SDK Platform Android API 10 | |
---------- | |
id: 127 or "sys-img-x86-android-10" | |
Type: SystemImage | |
Desc: Intel x86 Atom System Image | |
Revision 4 | |
Requires SDK Platform Android API 10 | |
---------- | |
id: 128 or "sys-img-armeabi-v7a-google_apis-10" | |
Type: SystemImage | |
Desc: Google APIs ARM EABI v7a System Image | |
Revision 5 | |
Requires SDK Platform Android API 10 | |
---------- | |
id: 129 or "sys-img-x86-google_apis-10" | |
Type: SystemImage | |
Desc: Google APIs Intel x86 Atom System Image | |
Revision 5 | |
Requires SDK Platform Android API 10 | |
---------- | |
id: 130 or "addon-google_apis-google-24" | |
Type: Addon | |
Desc: Google APIs, Android API 24, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 24 | |
---------- | |
id: 131 or "addon-google_apis-google-23" | |
Type: Addon | |
Desc: Google APIs, Android API 23, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 23 | |
---------- | |
id: 132 or "addon-google_apis-google-22" | |
Type: Addon | |
Desc: Google APIs, Android API 22, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 22 | |
---------- | |
id: 133 or "addon-google_apis-google-21" | |
Type: Addon | |
Desc: Google APIs, Android API 21, revision 1 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 21 | |
---------- | |
id: 134 or "addon-google_apis-google-19" | |
Type: Addon | |
Desc: Google APIs, Android API 19, revision 20 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 135 or "addon-google_gdk-google-19" | |
Type: Addon | |
Desc: Glass Development Kit Preview, Android API 19, revision 11 | |
By Google Inc. | |
Preview of the Glass Development Kit | |
Requires SDK Platform Android API 19 | |
---------- | |
id: 136 or "addon-google_apis-google-18" | |
Type: Addon | |
Desc: Google APIs, Android API 18, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 18 | |
---------- | |
id: 137 or "addon-google_apis-google-17" | |
Type: Addon | |
Desc: Google APIs, Android API 17, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 17 | |
---------- | |
id: 138 or "addon-google_apis-google-16" | |
Type: Addon | |
Desc: Google APIs, Android API 16, revision 4 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 16 | |
---------- | |
id: 139 or "addon-google_apis-google-15" | |
Type: Addon | |
Desc: Google APIs, Android API 15, revision 3 | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 15 | |
---------- | |
id: 140 or "addon-google_apis-google-14" | |
Type: Addon | |
Desc: Google APIs, Android API 14, revision 2 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 14 | |
---------- | |
id: 141 or "addon-google_apis-google-13" | |
Type: Addon | |
Desc: Google APIs, Android API 13, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 13 | |
---------- | |
id: 142 or "addon-google_tv_addon-google-13" | |
Type: Addon | |
Desc: Google TV Addon, Android API 13, revision 1 (Obsolete) | |
By Google Inc. | |
Requires SDK Platform Android API 13 | |
---------- | |
id: 143 or "addon-google_apis-google-12" | |
Type: Addon | |
Desc: Google APIs, Android API 12, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 12 | |
---------- | |
id: 144 or "addon-google_tv_addon-google-12" | |
Type: Addon | |
Desc: Google TV Addon, Android API 12, revision 2 (Obsolete) | |
By Google Inc. | |
Requires SDK Platform Android API 12 | |
---------- | |
id: 145 or "addon-google_apis-google-11" | |
Type: Addon | |
Desc: Google APIs, Android API 11, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 11 | |
---------- | |
id: 146 or "addon-google_apis-google-10" | |
Type: Addon | |
Desc: Google APIs, Android API 10, revision 2 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 10 | |
---------- | |
id: 147 or "addon-google_apis-google-9" | |
Type: Addon | |
Desc: Google APIs, Android API 9, revision 2 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 9 | |
---------- | |
id: 148 or "addon-google_apis-google-8" | |
Type: Addon | |
Desc: Google APIs, Android API 8, revision 2 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 8 | |
---------- | |
id: 149 or "addon-google_apis-google-7" | |
Type: Addon | |
Desc: Google APIs, Android API 7, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 7 | |
---------- | |
id: 150 or "addon-google_apis-google-6" | |
Type: Addon | |
Desc: Google APIs, Android API 6, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 6 | |
---------- | |
id: 151 or "addon-google_apis-google-5" | |
Type: Addon | |
Desc: Google APIs, Android API 5, revision 1 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 5 | |
---------- | |
id: 152 or "addon-google_apis-google-4" | |
Type: Addon | |
Desc: Google APIs, Android API 4, revision 2 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 4 | |
---------- | |
id: 153 or "addon-google_apis-google-3" | |
Type: Addon | |
Desc: Google APIs, Android API 3, revision 3 (Obsolete) | |
By Google Inc. | |
Android + Google APIs | |
Requires SDK Platform Android API 3 | |
---------- | |
id: 154 or "source-25" | |
Type: Source | |
Desc: Sources for Android SDK, API 25, revision 1 | |
---------- | |
id: 155 or "source-24" | |
Type: Source | |
Desc: Sources for Android SDK, API 24, revision 1 | |
---------- | |
id: 156 or "source-23" | |
Type: Source | |
Desc: Sources for Android SDK, API 23, revision 1 | |
---------- | |
id: 157 or "source-22" | |
Type: Source | |
Desc: Sources for Android SDK, API 22, revision 1 | |
---------- | |
id: 158 or "source-21" | |
Type: Source | |
Desc: Sources for Android SDK, API 21, revision 1 | |
---------- | |
id: 159 or "source-20" | |
Type: Source | |
Desc: Sources for Android SDK, API 20, revision 1 | |
---------- | |
id: 160 or "source-19" | |
Type: Source | |
Desc: Sources for Android SDK, API 19, revision 2 | |
---------- | |
id: 161 or "source-18" | |
Type: Source | |
Desc: Sources for Android SDK, API 18, revision 1 | |
---------- | |
id: 162 or "source-17" | |
Type: Source | |
Desc: Sources for Android SDK, API 17, revision 1 | |
---------- | |
id: 163 or "source-16" | |
Type: Source | |
Desc: Sources for Android SDK, API 16, revision 2 | |
---------- | |
id: 164 or "source-15" | |
Type: Source | |
Desc: Sources for Android SDK, API 15, revision 2 | |
---------- | |
id: 165 or "source-14" | |
Type: Source | |
Desc: Sources for Android SDK, API 14, revision 1 (Obsolete) | |
---------- | |
id: 166 or "extra-android-m2repository" | |
Type: Extra | |
Desc: Android Support Repository, revision 41 | |
By Android | |
Local Maven repository for Support Libraries | |
Install path: extras/android/m2repository | |
---------- | |
id: 167 or "extra-google-admob_ads_sdk" | |
Type: Extra | |
Desc: Google AdMob Ads SDK, revision 11 (Obsolete) | |
By Google Inc. | |
AdMob Ads SDK | |
Install path: extras/google/admob_ads_sdk | |
---------- | |
id: 168 or "extra-google-analytics_sdk_v2" | |
Type: Extra | |
Desc: Google Analytics App Tracking SDK, revision 3 (Obsolete) | |
By Google Inc. | |
Analytics App Tracking SDK | |
Install path: extras/google/analytics_sdk_v2 | |
---------- | |
id: 169 or "extra-google-auto" | |
Type: Extra | |
Desc: Android Auto Desktop Head Unit emulator, revision 1.1 | |
By Google Inc. | |
Head unit emulator for developers targeting the Android Auto | |
platform. | |
Install path: extras/google/auto | |
---------- | |
id: 170 or "extra-google-gcm" | |
Type: Extra | |
Desc: Google Cloud Messaging for Android Library, revision 3 (Obsolete) | |
By Google Inc. | |
GCM library has been moved to Google Play Services | |
(com.google.android.gms.gcm) and this standalone version is no | |
longer supported | |
Install path: extras/google/gcm | |
---------- | |
id: 171 or "extra-google-google_play_services_froyo" | |
Type: Extra | |
Desc: Google Play services for Froyo, revision 12 (Obsolete) | |
By Google Inc. | |
Google Play services client library and sample code | |
Install path: extras/google/google_play_services_froyo | |
---------- | |
id: 172 or "extra-google-google_play_services" | |
Type: Extra | |
Desc: Google Play services, revision 38 | |
By Google Inc. | |
Google Play services Javadocs and sample code | |
Install path: extras/google/google_play_services | |
---------- | |
id: 173 or "extra-google-m2repository" | |
Type: Extra | |
Desc: Google Repository, revision 42 | |
By Google Inc. | |
Local Maven repository for Support Libraries | |
Install path: extras/google/m2repository | |
---------- | |
id: 174 or "extra-google-market_apk_expansion" | |
Type: Extra | |
Desc: Google Play APK Expansion library, revision 1 | |
By Google Inc. | |
Android Market APK Expansion library | |
Install path: extras/google/market_apk_expansion | |
---------- | |
id: 175 or "extra-google-market_licensing" | |
Type: Extra | |
Desc: Google Play Licensing Library, revision 1 | |
By google | |
Android Market Licensing client library | |
Install path: extras/google/market_licensing | |
---------- | |
id: 176 or "extra-google-play_billing" | |
Type: Extra | |
Desc: Google Play Billing Library, revision 5 | |
By Google Inc. | |
Google Play Billing files and sample code | |
Install path: extras/google/play_billing | |
---------- | |
id: 177 or "extra-google-simulators" | |
Type: Extra | |
Desc: Android Auto API Simulators, revision 1 | |
By Google Inc. | |
Android Auto API testing simulators | |
Install path: extras/google/simulators | |
---------- | |
id: 178 or "extra-google-webdriver" | |
Type: Extra | |
Desc: Google Web Driver, revision 2 | |
By Google Inc. | |
Install path: extras/google/webdriver | |
# Check that aidl can be executed | |
# Search for Aidl | |
# Run '/home/yash/.buildozer/android/platform/android-sdk-20/build-tools/25.0.2/aidl' | |
# Cwd None | |
# Android packages installation done. | |
# Check application requirements | |
# Check garden requirements | |
# Compile platform | |
# Run 'python -m pythonforandroid.toolchain --color=always --storage-dir=/home/yash/Detail-Teller-App/.buildozer/android/platform/build create --dist_name=detapp --bootstrap=sdl2 --requirements=kivy,requests --arch armeabi-v7a --copy-libs' | |
# Cwd /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Will compile for the following archs: armeabi-v7a | |
[INFO]: Found Android API target in $ANDROIDAPI | |
[INFO]: Available Android APIs are (19) | |
[INFO]: Requested API target 19 is available, continuing. | |
[INFO]: Found NDK dir in $ANDROIDNDK | |
[INFO]: Got NDK version from $ANDROIDNDKVER | |
[INFO]: Using Google NDK r9c | |
[INFO]: Found virtualenv at /usr/local/bin/virtualenv | |
[INFO]: Found the following toolchain versions: ['4.6', '4.8', 'clang3.3'] | |
[INFO]: Picking the latest gcc toolchain, here 4.8 | |
[INFO]: No existing dists meet the given requirements! | |
[INFO]: No dist exists that meets your requirements, so one will be built. | |
[INFO]: Bootstrap requires recipes ['sdl2', ('python2', 'python3crystax')] | |
[INFO]: Loaded recipe requests (depends on ['hostpython2', 'setuptools']) | |
[INFO]: Loaded recipe sdl2 (depends on [('python2', 'python3crystax'), 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf'], conflicts ['sdl', 'pygame', 'pygame_bootstrap_components']) | |
[INFO]: Loaded recipe kivy (depends on ['pyjnius', ('sdl2', 'pygame'), ('python2', 'python3crystax')]) | |
[INFO]: Loaded recipe hostpython2 (depends on [], conflicts ['hostpython3']) | |
[INFO]: Loaded recipe setuptools (depends on ['python2']) | |
[INFO]: Loaded recipe sdl2_image (depends on []) | |
[INFO]: Loaded recipe sdl2_mixer (depends on []) | |
[INFO]: Loaded recipe sdl2_ttf (depends on []) | |
[INFO]: Loaded recipe pyjnius (depends on ['six', ('sdl2', 'sdl', 'genericndkbuild'), ('python2', 'python3crystax')]) | |
[INFO]: Loaded recipe python2 (depends on ['hostpython2'], conflicts ['python3crystax', 'python3']) | |
[INFO]: Loaded recipe six (depends on [('python2', 'python3crystax')]) | |
[INFO]: Found a single valid recipe set (this is good) | |
[INFO]: The selected bootstrap is sdl2 | |
[INFO]: # Creating dist with sdl2 bootstrap | |
[INFO]: Dist will have name detapp and recipes (kivy, requests) | |
[INFO]: -> running cp -r /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master/pythonforandroid/bootstraps/sdl2/build /home/yash/Detail-Teller-Ap...(and 71 more) | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2 | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Recipe build order is ['hostpython2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python2', 'sdl2', 'setuptools', 'six', 'pyjnius', u'requests', u'kivy'] | |
[INFO]: # Downloading recipes | |
[INFO]: Downloading hostpython2 | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/hostpython2 | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/hostpython2 | |
[INFO]: -> running basename http://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2 | |
[INFO]: -> running rm -f .mark-Python-2.7.2.tar.bz2 | |
[INFO]: Downloading hostpython2 from http://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2 | |
- Download 97.98%[INFO]: -> running touch .mark-Python-2.7.2.tar.bz2 | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Downloading sdl2_image | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2_image | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2_image | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz | |
[INFO]: -> running rm -f .mark-SDL2_image-2.0.1.tar.gz | |
[INFO]: Downloading sdl2_image from https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz | |
-[INFO]: -> running touch .mark-SDL2_image-2.0.1.tar.gz | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Downloading sdl2_mixer | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2_mixer | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2_mixer | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.tar.gz | |
[INFO]: -> running rm -f .mark-SDL2_mixer-2.0.1.tar.gz | |
[INFO]: Downloading sdl2_mixer from https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.tar.gz | |
- Do[INFO]: -> running touch .mark-SDL2_mixer-2.0.1.tar.gz | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Downloading sdl2_ttf | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2_ttf | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2_ttf | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz | |
working: SDL2_ttf-2.0.14.tar.gz [INFO]: -> running rm -f .mark-SDL2_ttf-2.0.14.tar.gz | |
[INFO]: Downloading sdl2_ttf from https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz | |
- Download [INFO]: -> running touch .mark-SDL2_ttf-2.0.14.tar.gz | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Downloading python2 | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/python2 | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/python2 | |
[INFO]: -> running basename http://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2 | |
[INFO]: -> running rm -f .mark-Python-2.7.2.tar.bz2 | |
[INFO]: Downloading python2 from http://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2 | |
- Downloa[INFO]: -> running touch .mark-Python-2.7.2.tar.bz2 | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Downloading sdl2 | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2 | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2 | |
[INFO]: -> running basename https://www.libsdl.org/release/SDL2-2.0.4.tar.gz | |
[INFO]: -> running rm -f .mark-SDL2-2.0.4.tar.gz | |
[INFO]: Downloading sdl2 from https://www.libsdl.org/release/SDL2-2.0.4.tar.gz | |
[INFO]: -> running touch .mark-SDL2-2.0.4.tar.gz | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Downloading setuptools | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/setuptools | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/setuptools | |
[INFO]: -> running basename https://pypi.python.org/packages/source/s/setuptools/setuptools-18.3.1.tar.gz | |
working: setuptools-18.3.1.tar.gz [INFO]: -> running rm -f .mark-setuptools-18.3.1.tar.gz | |
[INFO]: Downloading setuptools from https://pypi.python.org/packages/source/s/setuptools/setuptools-18.3.1.tar.gz | |
- Download 53.65[INFO]: -> running touch .mark-setuptools-18.3.1.tar.gz | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Downloading six | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/six | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/six | |
[INFO]: -> running basename https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz | |
[INFO]: -> running rm -f .mark-six-1.9.0.tar.gz | |
[INFO]: Downloading six from https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz | |
[INFO]: -> running touch .mark-six-1.9.0.tar.gz | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Downloading pyjnius | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/pyjnius | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/pyjnius | |
[INFO]: -> running basename https://github.com/kivy/pyjnius/archive/master.zip | |
[INFO]: -> running rm -f .mark-master.zip | |
[INFO]: Downloading pyjnius from https://github.com/kivy/pyjnius/archive/master.zip | |
[INFO]: -> running touch .mark-master.zip | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Downloading requests | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/requests | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/requests | |
[INFO]: -> running basename https://github.com/kennethreitz/requests/archive/v2.9.1.tar.gz | |
[INFO]: -> running rm -f .mark-v2.9.1.tar.gz | |
[INFO]: Downloading requests from https://github.com/kennethreitz/requests/archive/v2.9.1.tar.gz | |
- Download 65536[INFO]: -> running touch .mark-v2.9.1.tar.gz | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Downloading kivy | |
[INFO]: -> running mkdir -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/kivy | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/kivy | |
[INFO]: -> running basename https://github.com/kivy/kivy/archive/master.zip | |
[INFO]: -> running rm -f .mark-master.zip | |
[INFO]: Downloading kivy from https://github.com/kivy/kivy/archive/master.zip | |
- Download 2477[INFO]: -> running touch .mark-master.zip | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: # Building all recipes for arch armeabi-v7a | |
[INFO]: # Unpacking recipes | |
[INFO]: Unpacking hostpython2 for armeabi-v7a | |
[INFO]: -> running basename http://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2 | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop | |
[INFO]: -> running tar tf /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/hostpython2/Python-2.7.2.tar.bz2 | |
[INFO]: -> running mv Python-2.7.2 /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2 | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Unpacking sdl2_image for armeabi-v7a | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni | |
[INFO]: -> running tar tf /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2_image/SDL2_image-2.0.1.tar.gz | |
working: SDL2_image-2.0.1/acinclude/ltversion.m4 [INFO]: -> running mv SDL2_image-2.0.1 /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Unpacking sdl2_mixer for armeabi-v7a | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.tar.gz | |
working: SDL2_mixer-2.0.1.tar.gz [INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni | |
[INFO]: -> running tar tf /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2_mixer/SDL2_mixer-2.0.1.tar.gz | |
working: SDL2_mixer-2.0.1/aci[INFO]: -> running mv SDL2_mixer-2.0.1 /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Unpacking sdl2_ttf for armeabi-v7a | |
[INFO]: -> running basename https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz | |
working[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni | |
[INFO]: -> running tar tf /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2_ttf/SDL2_ttf-2.0.14.tar.gz | |
working: SDL2_ttf-2.0.14/ac[INFO]: -> running mv SDL2_ttf-2.0.14 /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Unpacking python2 for armeabi-v7a | |
[INFO]: -> running basename http://python.org/ftp/python/2.7.2/Python-2.7.2.tar.bz2 | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a | |
[INFO]: -> running tar tf /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/python2/Python-2.7.2.tar.bz2 | |
[INFO]: -> running mv Python-2.7.2 /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Unpacking sdl2 for armeabi-v7a | |
[INFO]: -> running basename https://www.libsdl.org/release/SDL2-2.0.4.tar.gz | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni | |
[INFO]: -> running tar tf /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/sdl2/SDL2-2.0.4.tar.gz | |
working: SDL2-2.0.4/acinclude/lt~obsolete.m4 [INFO]: -> running mv SDL2-2.0.4 /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Unpacking setuptools for armeabi-v7a | |
[INFO]: -> running basename https://pypi.python.org/packages/source/s/setuptools/setuptools-18.3.1.tar.gz | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/setuptools/armeabi-v7a | |
[INFO]: -> running tar tf /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/setuptools/setuptools-18.3.1.tar.gz | |
working: setuptools-18.3.1/tests/manual_test.[INFO]: -> running mv setuptools-18.3.1 /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/setuptools/armeabi-v7a/setuptools | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Unpacking six for armeabi-v7a | |
[INFO]: -> running basename https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a | |
[INFO]: -> running tar tf /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/six/six-1.9.0.tar.gz | |
working: six-1.9.0/setup.cfg [INFO]: -> running mv six-1.9.0 /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a/six | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Unpacking pyjnius for armeabi-v7a | |
[INFO]: -> running basename https://github.com/kivy/pyjnius/archive/master.zip | |
working: master.zip [INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a | |
[INFO]: -> running mv pyjnius-master /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Unpacking requests for armeabi-v7a | |
[INFO]: -> running basename https://github.com/kennethreitz/requests/archive/v2.9.1.tar.gz | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/requests/armeabi-v7a | |
[INFO]: -> running tar tf /home/yash/Detail-Teller-App/.buildozer/android/platform/build/packages/requests/v2.9.1.tar.gz | |
working: requests-2.9.1/setup.cfg [INFO]: -> running mv requests-2.9.1 /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/requests/armeabi-v7a/requests | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Unpacking kivy for armeabi-v7a | |
[INFO]: -> running basename https://github.com/kivy/kivy/archive/master.zip | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a | |
[INFO]: -> running mv kivy-master /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: # Prebuilding recipes | |
[INFO]: Prebuilding hostpython2 for armeabi-v7a | |
[INFO]: -> running cp /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master/pythonforandroid/recipes/hostpython2/Setup /home/yash/Detail-Teller-A...(and 101 more) | |
[INFO]: Prebuilding sdl2_image for armeabi-v7a | |
[INFO]: sdl2_image has no prebuild_armeabi_v7a, skipping | |
[INFO]: Applying patches for sdl2_image[armeabi-v7a] | |
[INFO]: Applying patch toggle_jpg_png_webp.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image -p1 -i /home/yash/Detail-Tell...(and 122 more) | |
[INFO]: Applying patch extra_cflags.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image -p1 -i /home/yash/Detail-Tell...(and 115 more) | |
[INFO]: -> running touch /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/.patched | |
[INFO]: Prebuilding sdl2_mixer for armeabi-v7a | |
[INFO]: sdl2_mixer has no prebuild_armeabi_v7a, skipping | |
[INFO]: Applying patches for sdl2_mixer[armeabi-v7a] | |
[INFO]: Applying patch toggle_modplug_mikmod_smpeg_ogg.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer -p1 -i /home/yash/Detail-Tell...(and 134 more) | |
working: patching file Android.mk [INFO]: -> running touch /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/.patched | |
[INFO]: Prebuilding sdl2_ttf for armeabi-v7a | |
[INFO]: sdl2_ttf has no prebuild_armeabi_v7a, skipping | |
[INFO]: Prebuilding python2 for armeabi-v7a | |
[INFO]: python2 has no prebuild_armeabi_v7a, skipping | |
[INFO]: Applying patches for python2[armeabi-v7a] | |
[INFO]: Applying patch patches/Python-2.7.2-xcompile.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 125 more) | |
working: patching file Lib/plat[INFO]: Applying patch patches/Python-2.7.2-ctypes-disable-wchar.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 137 more) | |
[INFO]: Applying patch patches/disable-modules.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 119 more) | |
[INFO]: Applying patch patches/fix-locale.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 114 more) | |
[INFO]: Applying patch patches/fix-gethostbyaddr.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 121 more) | |
[INFO]: Applying patch patches/fix-setup-flags.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 119 more) | |
[INFO]: Applying patch patches/fix-filesystemdefaultencoding.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 133 more) | |
working: patching file Python/bltinmodule.c [INFO]: Applying patch patches/fix-termios.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 115 more) | |
[INFO]: Applying patch patches/custom-loader.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 117 more) | |
working: patching file Python/pythonrun.c [INFO]: Applying patch patches/verbose-compilation.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 123 more) | |
[INFO]: Applying patch patches/fix-remove-corefoundation.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 129 more) | |
[INFO]: Applying patch patches/fix-dynamic-lookup.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 122 more) | |
[INFO]: Applying patch patches/fix-dlfcn.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 113 more) | |
[INFO]: Applying patch patches/parsetuple.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 114 more) | |
working: patching file configure [INFO]: Applying patch patches/ctypes-find-library-updated.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 -p1 -i /home/yash/Detail-Teller-A...(and 131 more) | |
[INFO]: -> running touch /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/.patched | |
[INFO]: Prebuilding sdl2 for armeabi-v7a | |
[INFO]: sdl2 has no prebuild_armeabi_v7a, skipping | |
[INFO]: Applying patches for sdl2[armeabi-v7a] | |
[INFO]: Applying patch add_nativeSetEnv.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL -p1 -i /home/yash/Detail-Teller-App/...(and 106 more) | |
[INFO]: -> running touch /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/.patched | |
[INFO]: Prebuilding setuptools for armeabi-v7a | |
[INFO]: setuptools has no prebuild_armeabi_v7a, skipping | |
[INFO]: Prebuilding six for armeabi-v7a | |
[INFO]: six has no prebuild_armeabi_v7a, skipping | |
[INFO]: Prebuilding pyjnius for armeabi-v7a | |
[INFO]: pyjnius has no prebuild_armeabi_v7a, skipping | |
[INFO]: Applying patches for pyjnius[armeabi-v7a] | |
[INFO]: Applying patch sdl2_jnienv_getter.patch | |
[INFO]: -> running patch -t -d /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius -p1 -i /home/yash/De...(and 127 more) | |
[INFO]: -> running touch /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius/.patched | |
[INFO]: Prebuilding requests for armeabi-v7a | |
[INFO]: requests has no prebuild_armeabi_v7a, skipping | |
[INFO]: Prebuilding kivy for armeabi-v7a | |
[INFO]: kivy has no prebuild_armeabi_v7a, skipping | |
[INFO]: # Building recipes | |
[INFO]: Building hostpython2 for armeabi-v7a | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2 | |
[INFO]: -> running configure | |
working: config.status: creating pyconfig.h [INFO]: -> running make -j5 | |
[INFO]: -> running mv Parser/pgen hostpgen | |
[INFO]: -> running mv python hostpython | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Building sdl2_image for armeabi-v7a | |
[INFO]: Building sdl2_mixer for armeabi-v7a | |
[INFO]: Building sdl2_ttf for armeabi-v7a | |
[INFO]: Building python2 for armeabi-v7a | |
[INFO]: -> running cp /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/hostpython /home/yash/Detail-Teller-Ap...(and 82 more) | |
[INFO]: -> running cp /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/hostpgen /home/yash/Detail-Teller-App/...(and 80 more) | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2 | |
[INFO]: -> running cp /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master/pythonforandroid/recipes/hostpython2/Setup Modules | |
[INFO]: -> running gcc -dumpmachine | |
[INFO]: -> running configure --host=arm-eabi --build=x86_64-linux-gnu --prefix=/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armea...(and 88 more) | |
working: creating Makefile [INFO]: -> running make -j5 install HOSTPYTHON=/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/hostpython HOSTPG...(and 175 more) | |
First install (expected to fail... | |
working: -x badsyntax /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/lib/python2.7/site-[INFO]: -> running touch python.exe python | |
[INFO]: -> running make -j5 install HOSTPYTHON=/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/hostpython HOSTPG...(and 175 more) | |
Second install (expected to work) | |
working: /home/yash/Detail-Teller-App/.buildozer/android/pla[INFO]: -> running rm -rf python-install/lib/python2.7/testython2/python-install/lib/python2.7 LD_LIBRARY_PATH=...(and 112 more) | |
[INFO]: -> running rm -rf python-install/lib/python2.7/json/tests | |
[INFO]: -> running rm -rf python-install/lib/python2.7/lib-tk | |
[INFO]: -> running rm -rf python-install/lib/python2.7/sqlite3/test | |
[INFO]: -> running rm -rf python-install/lib/python2.7/unittest, test | |
[INFO]: -> running rm -rf python-install/lib/python2.7/lib2to3/tests | |
[INFO]: -> running rm -rf python-install/lib/python2.7/bsddb/tests | |
[INFO]: -> running rm -rf python-install/lib/python2.7/distutils/tests | |
[INFO]: -> running rm -rf python-install/lib/python2.7/email/test | |
[INFO]: -> running rm -rf python-install/lib/python2.7/curses | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: -> running cp -a /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install /home/yash/Detail-Teller...(and 67 more) | |
[INFO]: Copying hostpython binary to targetpython folder | |
[INFO]: -> running cp /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2/hostpython /home/yash/Detail-Teller-Ap...(and 80 more) | |
[INFO]: -> running cp /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/libpython2.7.so /home/yash/Detail-Teller-A...(and 78 more) | |
[INFO]: Building sdl2 for armeabi-v7a | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni | |
[INFO]: -> running ndk-build V=1 | |
working: install -p /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a/libmain.so [INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Building setuptools for armeabi-v7a | |
[INFO]: setuptools apparently isn't already in site-packages | |
[INFO]: Installing setuptools into site-packages | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/setuptools/armeabi-v7a/setuptools | |
[INFO]: -> running hostpython setup.py install -O2 --root=/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp --install-lib=lib/python2.7/site-packages | |
working: Copying setuptools.egg-info to /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/lib/python2.7/site-packages/setuptoo[INFO]: -> running hostpython setup.py install -O2 --root=/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2 --...(and 29 more) | |
working: running i[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master2/desktop/hostpython2/Lib/site-packages/set...(and 29 more) | |
[INFO]: Building six for armeabi-v7a | |
[INFO]: six apparently isn't already in site-packages | |
[INFO]: Installing six into site-packages | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a/six | |
[INFO]: -> running python.host setup.py install -O2 | |
working: /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/bin/python.host -OO /tmp/tmpe1HAgC.py [INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Building pyjnius for armeabi-v7a | |
[INFO]: jnius apparently isn't already in site-packages | |
[INFO]: Cythonizing anything necessary in pyjnius | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius | |
[INFO]: -> running python.host -c import sys; print(sys.path) | |
working: ['', '/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/lib/python27.zip', '/home/yash/Det[INFO]: Trying first build of pyjnius to get cython files: this is expected to fail | |
[INFO]: -> running python.host setup.py build_ext -v | |
('cwd is', '/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius') | |
working: arm-linux-androideabi-gcc: fatal error: no input files Exception in thread background thread for pid 10644: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner | |
self.run() | |
File "/usr/lib/python2.7/threading.py", line 763, in run | |
self.__target(*self.__args, **self.__kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1398, in wrap | |
fn(*args, **kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 2291, in background_thread | |
handle_exit_code(exit_code) | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1990, in fn | |
return self.command.handle_command_exit_code(exit_code) | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 677, in handle_command_exit_code | |
raise exc | |
ErrorReturnCode_1: | |
RAN: /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/bin/python.host setup.py build_ext -v | |
STDOUT: | |
/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' | |
warnings.warn(msg) | |
running build_ext | |
building 'jnius' extension | |
creating build | |
creating build/temp.linux-x86_64-2.7 | |
creating build/temp.linux-x86_64-2.7/jnius | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/yash/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/yash/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -I/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/include/python2.7 -c jnius/jnius.c -o build/temp.linux-x86_64-2.7/jnius/jnius.o | |
arm-linux-androideabi-gcc: error: jnius/jnius.c: No such file or directory | |
arm-linux-androideabi-gcc: fatal error: no input files | |
compilation terminated. | |
error: command '/usr/bin/ccache' failed with exit status 1 | |
STDERR: | |
[INFO]: pyjnius first build failed (as expected) | |
[INFO]: Running cython where appropriate | |
[INFO]: Cythonize jnius/jnius.pyx | |
[INFO]: -> running cython ./jnius/jnius.pyx | |
() | |
[INFO]: -> running python.host setup.py build_ext -v | |
working: creating build/lib.linux-x86_64-2.7 [INFO]: Stripping object files | |
[INFO]: -> running find ./build/lib.linux-x86_64-2.7 -name *.o -exec arm-linux-androideabi-strip --strip-unneeded {} ; | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Installing pyjnius into site-packages | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius | |
[INFO]: -> running python.host setup.py install -O2 | |
working: running install_egg_info [INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Building requests for armeabi-v7a | |
[INFO]: requests apparently isn't already in site-packages | |
[INFO]: Installing requests into site-packages | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/requests/armeabi-v7a/requests | |
[INFO]: -> running hostpython setup.py install -O2 --root=/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp --install-lib=lib/python2.7/site-packages | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Building kivy for armeabi-v7a | |
[INFO]: kivy apparently isn't already in site-packages | |
[INFO]: Cythonizing anything necessary in kivy | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy | |
[INFO]: -> running python.host -c import sys; print(sys.path) | |
working: ['', '/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/lib/python27.zip', '/home/yash/Detail-Teller-App/.buildozer/android/...([INFO]: Trying first build of kivy to get cython files: this is expected to fail | |
[INFO]: -> running python.host setup.py build_ext -v | |
('cwd is', '/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy') | |
workException in thread background thread for pid 10707: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner | |
self.run() | |
File "/usr/lib/python2.7/threading.py", line 763, in run | |
self.__target(*self.__args, **self.__kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1398, in wrap | |
fn(*args, **kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 2291, in background_thread | |
handle_exit_code(exit_code) | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1990, in fn | |
return self.command.handle_command_exit_code(exit_code) | |
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 677, in handle_command_exit_code | |
raise exc | |
ErrorReturnCode_1: | |
RAN: /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/bin/python.host setup.py build_ext -v | |
STDOUT: | |
Using distutils | |
Environ change use_sdl2 -> True | |
Cython check avoided. | |
Using this graphics system: OpenGL ES 2 | |
SDL2: found SDL header at /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL.h | |
SDL2: found SDL_mixer header at /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/SDL_mixer.h | |
SDL2: found SDL_ttf header at /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/SDL_ttf.h | |
SDL2: found SDL_image header at /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/SDL_image.h | |
/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'setup_requires' | |
warnings.warn(msg) | |
/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'dependency_links' | |
warnings.warn(msg) | |
/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' | |
warnings.warn(msg) | |
running build_ext | |
Build configuration is: | |
* use_rpi = 0 | |
* use_mali = 0 | |
* use_egl = 0 | |
* use_opengl_es2 = 1 | |
* use_opengl_mock = 0 | |
* use_sdl2 = 1 | |
* use_ios = 0 | |
* use_mesagl = 0 | |
* use_x11 = 0 | |
* use_gstreamer = 0 | |
* use_avfoundation = 0 | |
* use_osx_frameworks = 0 | |
* debug_gl = 0 | |
* debug = False | |
Updated kivy/include/config.h | |
Updated kivy/include/config.pxi | |
Updated kivy/setupconfig.py | |
Detected compiler is unix | |
building 'kivy.core.text._text_sdl2' extension | |
creating build | |
creating build/temp.linux-x86_64-2.7 | |
creating build/temp.linux-x86_64-2.7/kivy | |
creating build/temp.linux-x86_64-2.7/kivy/core | |
creating build/temp.linux-x86_64-2.7/kivy/core/text | |
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/yash/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/yash/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -Ikivy/include -I/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_image -I/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer -I/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf -I/usr/include/SDL2 -I/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/include/python2.7 -c kivy/core/text/_text_sdl2.c -o build/temp.linux-x86_64-2.7/kivy/core/text/_text_sdl2.o | |
arm-linux-androideabi-gcc: error: kivy/core/text/_text_sdl2.c: No such file or directory | |
arm-linux-androideabi-gcc: fatal error: no input files | |
compilation terminated. | |
error: command '/usr/bin/ccache' failed with exit status 1 | |
STDERR: | |
[INFO]: kivy first build failed (as expected) | |
[INFO]: Running cython where appropriate | |
[INFO]: Cythonize kivy/_event.pyx | |
[INFO]: -> running cython ./kivy/_event.pyx | |
[INFO]: Cythonize kivy/properties.pyx | |
[INFO]: -> running cython ./kivy/properties.pyx | |
[INFO]: Cythonize kivy/_clock.pyx | |
[INFO]: -> running cython ./kivy/_clock.pyx | |
[INFO]: Cythonize kivy/weakproxy.pyx | |
[INFO]: -> running cython ./kivy/weakproxy.pyx | |
[INFO]: Cythonize kivy/graphics/shader.pyx | |
[INFO]: -> running cython ./kivy/graphics/shader.pyx | |
[INFO]: Cythonize kivy/graphics/svg.pyx | |
[INFO]: -> running cython ./kivy/graphics/svg.pyx | |
[INFO]: Cythonize kivy/graphics/gl_instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/gl_instructions.pyx | |
[INFO]: Cythonize kivy/graphics/transformation.pyx | |
[INFO]: -> running cython ./kivy/graphics/transformation.pyx | |
[INFO]: Cythonize kivy/graphics/context_instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/context_instructions.pyx | |
[INFO]: Cythonize kivy/graphics/stencil_instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/stencil_instructions.pyx | |
[INFO]: Cythonize kivy/graphics/cgl.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl.pyx | |
[INFO]: Cythonize kivy/graphics/fbo.pyx | |
[INFO]: -> running cython ./kivy/graphics/fbo.pyx | |
[INFO]: Cythonize kivy/graphics/compiler.pyx | |
[INFO]: -> running cython ./kivy/graphics/compiler.pyx | |
[INFO]: Cythonize kivy/graphics/opengl.pyx | |
[INFO]: -> running cython ./kivy/graphics/opengl.pyx | |
[INFO]: Cythonize kivy/graphics/texture.pyx | |
[INFO]: -> running cython ./kivy/graphics/texture.pyx | |
[INFO]: Cythonize kivy/graphics/vertex.pyx | |
[INFO]: -> running cython ./kivy/graphics/vertex.pyx | |
[INFO]: Cythonize kivy/graphics/vbo.pyx | |
[INFO]: -> running cython ./kivy/graphics/vbo.pyx | |
[INFO]: Cythonize kivy/graphics/scissor_instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/scissor_instructions.pyx | |
[INFO]: Cythonize kivy/graphics/tesselator.pyx | |
[INFO]: -> running cython ./kivy/graphics/tesselator.pyx | |
[INFO]: Cythonize kivy/graphics/opengl_utils.pyx | |
[INFO]: -> running cython ./kivy/graphics/opengl_utils.pyx | |
[INFO]: Cythonize kivy/graphics/instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/instructions.pyx | |
[INFO]: Cythonize kivy/graphics/buffer.pyx | |
[INFO]: -> running cython ./kivy/graphics/buffer.pyx | |
[INFO]: Cythonize kivy/graphics/context.pyx | |
[INFO]: -> running cython ./kivy/graphics/context.pyx | |
[INFO]: Cythonize kivy/graphics/vertex_instructions.pyx | |
[INFO]: -> running cython ./kivy/graphics/vertex_instructions.pyx | |
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_debug.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_debug.pyx | |
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_mock.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_mock.pyx | |
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_glew.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_glew.pyx | |
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_gl.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_gl.pyx | |
[INFO]: Cythonize kivy/graphics/cgl_backend/cgl_sdl2.pyx | |
[INFO]: -> running cython ./kivy/graphics/cgl_backend/cgl_sdl2.pyx | |
[INFO]: Cythonize kivy/core/text/text_layout.pyx | |
[INFO]: -> running cython ./kivy/core/text/text_layout.pyx | |
[INFO]: Cythonize kivy/core/text/_text_sdl2.pyx | |
[INFO]: -> running cython ./kivy/core/text/_text_sdl2.pyx | |
[INFO]: Cythonize kivy/core/image/_img_sdl2.pyx | |
[INFO]: -> running cython ./kivy/core/image/_img_sdl2.pyx | |
[INFO]: Cythonize kivy/core/image/img_imageio.pyx | |
[INFO]: -> running cython ./kivy/core/image/img_imageio.pyx | |
[INFO]: Cythonize kivy/core/camera/camera_avfoundation.pyx | |
[INFO]: -> running cython ./kivy/core/camera/camera_avfoundation.pyx | |
[INFO]: Cythonize kivy/core/audio/audio_sdl2.pyx | |
[INFO]: -> running cython ./kivy/core/audio/audio_sdl2.pyx | |
[INFO]: Cythonize kivy/core/window/_window_sdl2.pyx | |
[INFO]: -> running cython ./kivy/core/window/_window_sdl2.pyx | |
[INFO]: Cythonize kivy/core/window/window_x11.pyx | |
[INFO]: -> running cython ./kivy/core/window/window_x11.pyx | |
[INFO]: Cythonize kivy/core/clipboard/_clipboard_sdl2.pyx | |
[INFO]: -> running cython ./kivy/core/clipboard/_clipboard_sdl2.pyx | |
[INFO]: Cythonize kivy/lib/gstplayer/_gstplayer.pyx | |
[INFO]: -> running cython ./kivy/lib/gstplayer/_gstplayer.pyx | |
[INFO]: Cythonize kivy/lib/vidcore_lite/egl.pyx | |
[INFO]: -> running cython ./kivy/lib/vidcore_lite/egl.pyx | |
[INFO]: Cythonize kivy/lib/vidcore_lite/bcm.pyx | |
[INFO]: -> running cython ./kivy/lib/vidcore_lite/bcm.pyx | |
[INFO]: -> directory context . | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy | |
[INFO]: -> running python.host setup.py build_ext -v | |
() | |
working: kivy/core/audio/audio_sdl2.c:8341:18: warning: format '%zd' expects argument of type 'signed[INFO]: Stripping object files | |
[INFO]: -> running find ./build/lib.linux-x86_64-2.7 -name *.o -exec arm-linux-androideabi-strip --strip-unneeded {} ; | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Installing kivy into site-packages | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/kivy | |
[INFO]: -> running python.host setup.py install -O2 | |
worki[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-masterstalls/detapp/share/kivy-examples/kv | |
[INFO]: # Biglinking object files | |
[INFO]: Collating object files from each recipe | |
[INFO]: hostpython2 recipe has no biglinkable files dir, skipping | |
[INFO]: sdl2_image recipe has no biglinkable files dir, skipping | |
[INFO]: sdl2_mixer recipe has no biglinkable files dir, skipping | |
[INFO]: sdl2_ttf recipe has no biglinkable files dir, skipping | |
[INFO]: python2 recipe has no biglinkable files dir, skipping | |
[INFO]: sdl2 recipe has no biglinkable files dir, skipping | |
[INFO]: setuptools recipe has no biglinkable files dir, skipping | |
[INFO]: six recipe has no biglinkable files dir, skipping | |
[INFO]: pyjnius recipe has object files, copying | |
[INFO]: -> running cp -r /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/objects_pyjnius/jnius.so.libs /hom...(and 259 more) | |
[INFO]: requests recipe has no biglinkable files dir, skipping | |
[INFO]: kivy recipe has object files, copying | |
[INFO]: -> running cp -r /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a/objects_kivy/weakproxy.so.libdirs /...(and 10127 more) | |
[INFO]: Biglinking | |
[INFO]: target /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/libs_collections/detapp/armeabi-v7a/libpymodules.so | |
[INFO]: # Postbuilding recipes | |
[INFO]: Postbuilding hostpython2 for armeabi-v7a | |
[INFO]: Postbuilding sdl2_image for armeabi-v7a | |
[INFO]: Postbuilding sdl2_mixer for armeabi-v7a | |
[INFO]: Postbuilding sdl2_ttf for armeabi-v7a | |
[INFO]: Postbuilding python2 for armeabi-v7a | |
[INFO]: Postbuilding sdl2 for armeabi-v7a | |
[INFO]: Postbuilding setuptools for armeabi-v7a | |
[INFO]: Postbuilding six for armeabi-v7a | |
[INFO]: Postbuilding pyjnius for armeabi-v7a | |
[INFO]: Copying pyjnius java class to classes build dir | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a/pyjnius | |
[INFO]: -> running cp -a jnius/src/org /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/javaclasses/detapp | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Postbuilding requests for armeabi-v7a | |
[INFO]: Postbuilding kivy for armeabi-v7a | |
[INFO]: # Installing pure Python modules | |
[INFO]: There are no Python modules to install, skipping | |
[INFO]: # Creating Android project from build and sdl2 bootstrap | |
[INFO]: This currently just copies the SDL2 build stuff straight from the build dir. | |
[INFO]: -> running rm -rf /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp | |
[INFO]: -> running cp -r /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2 /home/yash/Detail-Teller-App/.buildozer/android/pl...(and 25 more) | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Bootstrap running with arch armeabi-v7a | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp | |
[INFO]: Copying python distribution | |
[INFO]: -> running mkdir private | |
[INFO]: -> running mkdir assets | |
[INFO]: -> running python.host -OO -m compileall /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp | |
objs_paths are ['/home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/collated_objects'] | |
Copying libraries | |
working: Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp/share/man/man1 [INFO]: -> running cp -a /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/python-installs/detapp ./python-install | |
[INFO]: Copying libs | |
[INFO]: -> running cp -a /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/libs_collections/detapp/armeabi-v7a/libpython2.7.so libs/armeabi-v7a | |
[INFO]: Unpacking aars | |
[INFO]: Copying java files | |
[INFO]: -> running cp -a /home/yash/Detail-Teller-App/.buildozer/android/platform/build/build/javaclasses/detapp src | |
[INFO]: Filling private directory | |
[INFO]: private/lib does not exist, making | |
[INFO]: -> running cp -a python-install/lib private | |
[INFO]: -> running mkdir -p private/include/python2.7 | |
[INFO]: -> running cp python-install/include/python2.7/pyconfig.h private/include/python2.7/ | |
[INFO]: Removing some unwanted files | |
[INFO]: -> running rm -f private/lib/libpython2.7.so | |
[INFO]: -> running rm -rf private/lib/pkgconfig | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7 | |
[INFO]: -> running rm -f MimeWriter.py rexec.py dircache.pyc Bastion.pyc htmlentitydefs.py _weakrefset.pyc getpass.py asynchat.py tabnanny.py filecmp.pyc cProfile.py uuid.p...(and 30675 more) | |
[INFO]: Deleting some other stuff not used on android | |
[INFO]: -> running rm -rf lib2to3 | |
[INFO]: -> running rm -rf idlelib | |
[INFO]: -> running rm -f config/libpython2.7.a | |
[INFO]: -> running rm -rf config/python.o | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Stripping libraries | |
[INFO]: -> running find /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dis...(and 26 more) | |
working: /home/yash/Detail-Teller-App/[INFO]: Stripping libraries in private dirp/libs/armeabi-v7a/libSDL2_ttf.so | |
[INFO]: Frying eggs in /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp | |
[INFO]: Saving distribution info | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: # Your distribution was created successfully, exiting. | |
[INFO]: Dist can be found at (for now) /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp | |
# Build the application #1 | |
# Copy application source from /home/yash/Detail-Teller-App | |
# Create directory /home/yash/Detail-Teller-App/.buildozer/android/app | |
# Copy /home/yash/Detail-Teller-App/main.py | |
# Package the application | |
# Run "python -m pythonforandroid.toolchain --color=always --storage-dir=/home/yash/Detail-Teller-App/.buildozer/android/platform/build apk --bootstrap=sdl2 --dist_name detapp --name 'Detail Teller' --version 1.0 --package org.test.detapp --android_api 19 --minsdk 9 --private /home/yash/Detail-Teller-App/.buildozer/android/app --permission INTERNET --orientation sensor --window --copy-libs" | |
# Cwd /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: Will compile for the following archs: armeabi | |
[INFO]: Getting Android API version from user argument | |
[INFO]: Available Android APIs are (19) | |
[INFO]: Requested API target 19 is available, continuing. | |
[INFO]: Found NDK dir in $ANDROIDNDK | |
[INFO]: Got NDK version from $ANDROIDNDKVER | |
[INFO]: Using Google NDK r9c | |
[INFO]: Found virtualenv at /usr/local/bin/virtualenv | |
[INFO]: Found the following toolchain versions: ['4.6', '4.8', 'clang3.3'] | |
[INFO]: Picking the latest gcc toolchain, here 4.8 | |
[INFO]: Of the existing distributions, the following meet the given requirements: | |
[INFO]: detapp: includes recipes (hostpython2, sdl2_image, sdl2_mixer, sdl2_ttf, python2, sdl2, setuptools, six, pyjnius, requests, kivy), built for archs (armeabi-v7a) | |
[INFO]: detapp has compatible recipes, using this one | |
[INFO]: Of the existing distributions, the following meet the given requirements: | |
[INFO]: detapp: includes recipes (hostpython2, sdl2_image, sdl2_mixer, sdl2_ttf, python2, sdl2, setuptools, six, pyjnius, requests, kivy), built for archs (armeabi-v7a) | |
[INFO]: detapp has compatible recipes, using this one | |
[INFO]: -> directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp | |
/home/yash/Detail-Teller-App/.buildozer/android/app/main.py:99: SyntaxWarning: name 'director' is assigned to before global declaration | |
global director | |
/home/yash/Detail-Teller-App/.buildozer/android/app/main.py:104: SyntaxWarning: name 'writer' is assigned to before global declaration | |
global writer | |
/home/yash/Detail-Teller-App/.buildozer/android/app/main.py:110: SyntaxWarning: name 'actor' is assigned to before global declaration | |
global actor | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/app ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/app/_applibs ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/app/main.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/app/sitecustomize.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/include ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/include/python2.7 ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7 ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/db.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/dbobj.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/dbrecio.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/dbshelve.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/dbtables.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/dbutils.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_all.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_associate.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_basics.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_compare.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_compat.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_cursor_pget_bug.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_db.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_dbenv.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_dbobj.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_dbshelve.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_dbtables.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_distributed_transactions.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_early_close.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_fileid.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_get_none.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_join.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_lock.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_misc.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_pickle.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_queue.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_recno.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_replication.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_sequence.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/bsddb/test/test_thread.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/ast.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/consts.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/future.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/misc.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/pyassem.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/pycodegen.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/symbols.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/syntax.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/transformer.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/compiler/visitor.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/config ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/_endian.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/macholib ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/macholib/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/macholib/dyld.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/macholib/dylib.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/macholib/framework.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/runtests.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_anon.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_array_in_pointer.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_arrays.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_as_parameter.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_bitfields.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_buffers.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_byteswap.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_callbacks.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_cast.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_cfuncs.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_checkretval.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_delattr.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_errcheck.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_errno.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_find.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_frombuffer.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_funcptr.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_functions.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_incomplete.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_init.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_integers.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_internals.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_keeprefs.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_libc.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_loading.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_macholib.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_memfunctions.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_numbers.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_objects.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_parameters.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_pep3118.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_pickling.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_pointers.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_prototypes.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_python_api.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_random_things.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_refcounts.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_repr.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_returnfuncptrs.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_simplesubclasses.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_sizes.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_slicing.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_stringptr.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_strings.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_struct_fields.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_structures.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_unaligned_structures.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_unicode.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_values.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_varsize_struct.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/test/test_win32.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/util.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/ctypes/wintypes.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/archive_util.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/bcppcompiler.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/ccompiler.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/cmd.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/bdist.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/bdist_dumb.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/bdist_msi.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/bdist_rpm.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/bdist_wininst.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/build.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/build_clib.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/build_ext.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/build_py.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/build_scripts.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/check.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/clean.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/config.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/install.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/install_data.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/install_egg_info.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/install_headers.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/install_lib.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/install_scripts.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/register.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/sdist.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/command/upload.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/config.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/core.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/cygwinccompiler.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/debug.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/dep_util.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/dir_util.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/dist.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/emxccompiler.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/errors.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/extension.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/fancy_getopt.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/file_util.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/filelist.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/log.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/msvc9compiler.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/msvccompiler.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/spawn.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/sysconfig.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/text_file.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/unixccompiler.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/util.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/version.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/distutils/versionpredicate.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/_parseaddr.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/base64mime.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/charset.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/encoders.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/errors.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/feedparser.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/generator.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/header.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/iterators.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/message.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/mime ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/mime/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/mime/application.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/mime/audio.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/mime/base.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/mime/image.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/mime/message.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/mime/multipart.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/mime/nonmultipart.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/mime/text.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/parser.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/quoprimime.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/email/utils.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/aliases.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/ascii.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/base64_codec.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/big5.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/big5hkscs.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/bz2_codec.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/charmap.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp037.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1006.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1026.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1140.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1250.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1251.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1252.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1253.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1254.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1255.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1256.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1257.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp1258.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp424.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp437.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp500.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp720.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp737.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp775.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp850.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp852.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp855.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp856.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp857.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp858.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp860.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp861.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp862.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp863.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp864.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp865.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp866.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp869.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp874.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp875.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp932.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp949.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/cp950.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/euc_jis_2004.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/euc_jisx0213.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/euc_jp.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/euc_kr.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/gb18030.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/gb2312.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/gbk.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/hex_codec.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/hp_roman8.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/hz.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/idna.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso2022_jp.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso2022_jp_1.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso2022_jp_2.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso2022_jp_2004.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso2022_jp_3.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso2022_jp_ext.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso2022_kr.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_1.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_10.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_11.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_13.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_14.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_15.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_16.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_2.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_3.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_4.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_5.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_6.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_7.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_8.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/iso8859_9.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/johab.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/koi8_r.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/koi8_u.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/latin_1.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_arabic.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_centeuro.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_croatian.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_cyrillic.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_farsi.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_greek.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_iceland.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_latin2.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_roman.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_romanian.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mac_turkish.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/mbcs.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/palmos.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/ptcp154.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/punycode.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/quopri_codec.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/raw_unicode_escape.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/rot_13.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/shift_jis.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/shift_jis_2004.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/shift_jisx0213.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/string_escape.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/tis_620.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/undefined.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/unicode_escape.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/unicode_internal.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/utf_16.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/utf_16_be.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/utf_16_le.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/utf_32.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/utf_32_be.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/utf_32_le.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/utf_7.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/utf_8.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/utf_8_sig.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/uu_codec.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/encodings/zlib_codec.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/hotshot ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/hotshot/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/hotshot/log.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/hotshot/stats.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/hotshot/stones.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/importlib ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/importlib/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/json ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/json/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/json/decoder.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/json/encoder.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/json/scanner.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/json/tool.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/lib-dynload ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/logging ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/logging/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/logging/config.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/logging/handlers.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/connection.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/dummy ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/dummy/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/dummy/connection.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/forking.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/heap.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/managers.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/pool.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/process.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/queues.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/reduction.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/sharedctypes.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/synchronize.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/multiprocessing/util.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/plat-linux3 ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/pydoc_data ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/pydoc_data/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/pydoc_data/topics.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/_markerlib ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/_markerlib/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/_markerlib/markers.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/easy_install.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/jnius ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/jnius/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/jnius/reflect.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/jnius/signatures.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/jnius_config.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/adapters ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/adapters/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/adapters/adapter.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/adapters/args_converters.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/adapters/dictadapter.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/adapters/listadapter.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/adapters/models.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/adapters/simplelistadapter.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/animation.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/app.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/atlas.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/base.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/cache.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/clock.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/compat.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/config.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/context.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/audio ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/audio/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_avplayer.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_ffpyplayer.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_gstplayer.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/audio/audio_pygame.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/camera ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/camera/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/camera/camera_android.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/camera/camera_gi.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/camera/camera_opencv.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/_clipboard_ext.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_android.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_dbusklipper.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_dummy.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_gtk3.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_nspaste.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_pygame.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_sdl2.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_winctypes.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_xclip.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/clipboard/clipboard_xsel.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/gl ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/gl/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/image ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/image/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/image/img_dds.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/image/img_ffpyplayer.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/image/img_gif.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/image/img_pil.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/image/img_pygame.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/image/img_sdl2.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/image/img_tex.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/spelling ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/spelling/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/spelling/spelling_enchant.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/spelling/spelling_osxappkit.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/text ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/text/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/text/markup.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/text/text_pil.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/text/text_pygame.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/text/text_sdl2.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/video ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/video/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/video/video_ffmpeg.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/video/video_ffpyplayer.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/video/video_gstplayer.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/video/video_null.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/window ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/window/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/window/window_egl_rpi.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/window/window_pygame.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/core/window/window_sdl2.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/data ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/data/fonts ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/data/glsl ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/data/images ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/data/keyboards ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/data/logo ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/deps ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/deps/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/effects ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/effects/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/effects/dampedscroll.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/effects/kinetic.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/effects/opacityscroll.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/effects/scroll.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/event.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/extras ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/extras/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/extras/highlight.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/factory.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/factory_registers.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/garden ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/garden/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/geometry.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/gesture.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/graphics ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/graphics/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/graphics/cgl_backend ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/graphics/cgl_backend/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/include ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/factory.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/motionevent.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/postproc ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/postproc/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/postproc/calibration.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/postproc/dejitter.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/postproc/doubletap.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/postproc/ignorelist.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/postproc/retaintouch.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/postproc/tripletap.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/provider.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/androidjoystick.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/hidinput.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/leapfinger.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/linuxwacom.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/mactouch.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/mouse.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/mtdev.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/probesysfs.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/tuio.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/wm_common.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/wm_pen.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/providers/wm_touch.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/recorder.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/input/shape.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/interactive.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lang ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lang/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lang/builder.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lang/parser.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/ddsfile.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/gstplayer ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/gstplayer/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/mtdev.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/osc ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/osc/OSC.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/osc/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/osc/oscAPI.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/vidcore_lite ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/lib/vidcore_lite/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/loader.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/logger.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/metrics.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/_webdebugger.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/console.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/cursor.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/inspector.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/keybinding.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/monitor.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/recorder.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/screen.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/touchring.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/modules/webdebugger.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/multistroke.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/network ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/network/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/network/urlrequest.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/parser.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/resources.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/setupconfig.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/storage ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/storage/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/storage/dictstore.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/storage/jsonstore.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/storage/redisstore.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/support.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/common.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/perf_test_textinput.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_adapters.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_animations.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_app.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_audio.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_clipboard.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_clock.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_doc_gallery.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_filechooser.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_filechooser_unicode.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_fonts.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_graphics.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_image.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_invalid_lang.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_1084.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_1091.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_599.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_609.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_issue_883.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_knspace.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_lang.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_lang_complex.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_multistroke.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_properties.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_selection.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_storage.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_anchorlayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_boxlayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_gridlayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_layout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_listview.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_relativelayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_stacklayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_textinput.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_uix_widget.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_urlrequest.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_utils.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_vector.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_video.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_widget.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/test_widget_walk.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tests/visual_test_label.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/benchmark.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/generate-icons.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/gles_compat ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/highlight ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/highlight/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/kviewer.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/packaging ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/packaging/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/packaging/factory.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/__main__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/hook-kivy.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/packaging/pyinstaller_hooks/pyi_rth_kivy.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/report.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/stub-gl-debug.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/tools/texturecompress.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/abstractview.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/accordion.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/actionbar.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/anchorlayout.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/behaviors ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/button.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/codenavigation.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/compoundselection.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/drag.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/emacs.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/focus.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/knspace.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/behaviors/togglebutton.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/boxlayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/bubble.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/button.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/camera.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/carousel.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/checkbox.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/codeinput.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/colorpicker.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/dropdown.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/effectwidget.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/filechooser.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/floatlayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/gesturesurface.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/gridlayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/image.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/label.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/layout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/listview.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/modalview.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/pagelayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/popup.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/progressbar.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/recycleboxlayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/recyclegridlayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/recyclelayout.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/recycleview ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/datamodel.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/layout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/recycleview/views.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/relativelayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/rst.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/sandbox.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/scatter.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/scatterlayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/screenmanager.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/scrollview.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/selectableview.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/settings.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/slider.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/spinner.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/splitter.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/stacklayout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/stencilview.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/switch.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/tabbedpanel.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/textinput.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/togglebutton.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/treeview.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/video.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/videoplayer.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/vkeyboard.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/uix/widget.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/utils.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/vector.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/kivy/weakmethod.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources/_vendor ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources/_vendor/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources/_vendor/packaging ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__about__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_compat.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/_structures.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/pkg_resources/_vendor/packaging/version.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/adapters.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/api.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/auth.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/certs.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/compat.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/cookies.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/exceptions.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/hooks.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/models.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/big5freq.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/big5prober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/chardetect.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/chardistribution.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/charsetgroupprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/charsetprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/codingstatemachine.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/compat.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/constants.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/cp949prober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/escprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/escsm.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/eucjpprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/euckrfreq.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/euckrprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/euctwfreq.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/euctwprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/gb2312freq.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/gb2312prober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/hebrewprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/jisfreq.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/jpcntx.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/langbulgarianmodel.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/langcyrillicmodel.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/langgreekmodel.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/langhebrewmodel.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/langhungarianmodel.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/langthaimodel.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/latin1prober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/mbcharsetprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/mbcsgroupprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/mbcssm.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/sbcharsetprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/sbcsgroupprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/sjisprober.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/universaldetector.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/chardet/utf8prober.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3 ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/connection.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/contrib ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/contrib/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/contrib/appengine.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/contrib/ntlmpool.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/contrib/pyopenssl.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/exceptions.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/fields.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/filepost.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/packages ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/packages/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/packages/ordered_dict.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/packages/six.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/packages/ssl_match_hostname ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/request.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/response.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/util ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/util/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/util/connection.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/util/request.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/util/response.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/util/retry.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/util/timeout.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/packages/urllib3/util/url.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/sessions.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/status_codes.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/structures.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests/utils.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/requests-2.9.1-py2.7.egg-info ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/archive_util.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/alias.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/bdist_egg.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/bdist_rpm.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/bdist_wininst.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/build_ext.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/build_py.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/develop.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/easy_install.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/egg_info.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/install.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/install_egg_info.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/install_lib.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/install_scripts.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/register.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/rotate.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/saveopts.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/sdist.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/setopt.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/test.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/command/upload_docs.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/compat.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/depends.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/dist.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/extension.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/lib2to3_ex.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/msvc9_support.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/package_index.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/py26compat.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/py27compat.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/py31compat.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/sandbox.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/site-patch.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/ssl_support.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/unicode_utils.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/utils.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/version.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools/windows_support.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/setuptools-18.3.1-py2.7.egg-info ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/site-packages/six.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/sqlite3 ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/sqlite3/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/sqlite3/dbapi2.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/sqlite3/dump.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/__main__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/case.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/loader.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/main.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/result.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/runner.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/signals.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/suite.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/dummy.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/support.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_assertions.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_break.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_case.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_discovery.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_functiontestcase.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_loader.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_program.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_result.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_runner.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_setups.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_skipping.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/test/test_suite.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/unittest/util.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/wsgiref ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/wsgiref/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/wsgiref/handlers.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/wsgiref/headers.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/wsgiref/simple_server.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/wsgiref/util.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/wsgiref/validate.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/__init__.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/dom ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/dom/NodeFilter.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/dom/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/dom/domreg.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/dom/expatbuilder.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/dom/minicompat.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/dom/minidom.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/dom/pulldom.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/dom/xmlbuilder.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/etree ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/etree/ElementInclude.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/etree/ElementPath.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/etree/ElementTree.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/etree/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/etree/cElementTree.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/parsers ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/parsers/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/parsers/expat.py ... | |
Listing /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/sax ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/sax/__init__.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/sax/_exceptions.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/sax/expatreader.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/sax/handler.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/sax/saxutils.py ... | |
Compiling /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/private/lib/python2.7/xml/sax/xmlreader.py ... | |
[INFO]: -> running ant debug | |
[INFO]: <- directory context /home/yash/Detail-Teller-App/.buildozer/android/platform/python-for-android-master | |
[INFO]: # Copying APK to current directory | |
[INFO]: # Found APK file: /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/bin/DetailTeller-1.0-debug.apk | |
[INFO]: -> running cp /home/yash/Detail-Teller-App/.buildozer/android/platform/build/dists/detapp/bin/DetailTeller-1.0-debug.apk ./ | |
# Android packaging done! | |
# APK DetailTeller-1.0-debug.apk available in the bin directory | |
# Run '/home/yash/.buildozer/android/platform/android-sdk-20/platform-tools/adb devices' | |
# Cwd None | |
List of devices attached | |
0123456789ABCDEF device | |
# Deploy on 0123456789ABCDEF | |
# Run '/home/yash/.buildozer/android/platform/android-sdk-20/platform-tools/adb install -r /home/yash/Detail-Teller-App/bin/DetailTeller-1.0-debug.apk' | |
# Cwd /home/yash/.buildozer/android/platform | |
[ 0%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 1%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 2%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 3%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 3%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 4%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 5%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 6%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 7%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 7%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 8%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 9%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 10%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 11%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 11%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 12%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 13%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 14%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 15%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 15%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 16%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 17%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 18%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 19%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 19%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 20%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 21%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 22%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 23%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 23%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 24%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 25%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 26%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 26%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 27%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 28%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 29%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 30%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 30%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 31%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 32%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 33%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 34%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 34%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 35%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 36%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 37%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 38%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 38%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 39%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 40%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 41%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 42%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 42%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 43%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 44%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 45%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 46%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 46%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 47%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 48%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 49%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 50%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 50%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 51%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 52%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 53%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 53%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 54%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 55%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 56%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 57%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 57%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 58%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 59%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 60%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 61%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 61%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 62%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 63%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 64%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 65%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 65%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 66%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 67%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 68%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 69%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 69%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 70%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 71%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 72%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 73%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 73%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 74%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 75%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 76%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 77%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 77%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 78%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 79%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 80%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 80%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 81%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 82%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 83%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 84%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 84%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 85%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 86%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 87%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 88%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 88%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 89%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 90%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 91%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 92%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 92%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 93%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 94%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 95%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 96%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 96%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 97%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 98%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[ 99%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
[100%] /data/local/tmp/DetailTeller-1.0-debug.apk | |
pkg: /data/local/tmp/DetailTeller-1.0-debug.apk | |
Success | |
# Application pushed. | |
# Run on 0123456789ABCDEF | |
# Run '/home/yash/.buildozer/android/platform/android-sdk-20/platform-tools/adb shell am start -n org.test.detapp/org.kivy.android.PythonActivity -a org.kivy.android.PythonActivity' | |
# Cwd /home/yash/.buildozer/android/platform | |
Starting: Intent { act=org.kivy.android.PythonActivity cmp=org.test.detapp/org.kivy.android.PythonActivity } | |
# Application started. | |
yash@Yash-PC:~/Detail-Teller-App$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment