Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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.5 (i386).
- 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 /home/kyle/edword/env/bin/cython
- # Search for Java compiler (javac)
- # -> found at /usr/lib/jvm/java-7-openjdk-i386/bin/javac
- # Search for Java keytool (keytool)
- # -> found at /usr/lib/jvm/java-7-openjdk-i386/jre/bin/keytool
- # Install platform
- # Apache ANT found at /home/kyle/.buildozer/android/platform/apache-ant-1.9.4
- # Android SDK found at /home/kyle/.buildozer/android/platform/android-sdk-20
- # Android NDK found at /home/kyle/.buildozer/android/platform/android-ndk-r9c
- # Check application requirements
- # Run 'python -m pythonforandroid.toolchain recipes --compact'
- # Cwd /home/kyle/edword/python-for-android
- libzmq pil pyusb kivy sdl2_ttf jpeg apsw ndg_httpsclient mysqldb pygame_bootstrap_components libmysqlclient sdl2_image fontconfig zeroconf kivysdl2python3 pyopenssl babel six twisted vispy hostpython2 cdecimal pygame libffi zope brokenrecipe android pysdl2 pyzmq libsodium freetype sqlalchemy hostpython3crystax cryptography pycparser vlc evdev python3crystax pytz harfbuzz sdl pyjnius sdl2python3 ipaddress audiostream png python2 sdl2python3crystax pycrypto sdl2 enum34 numpy zope_interface hostpython3 openssl python3 pyasn1 sdl2_mixer netifaces setuptools idna cffi
- # Application requirements already installed, pass
- # Check garden requirements
- # Compile platform
- # Run 'python -m pythonforandroid.toolchain recipes --compact'
- # Cwd /home/kyle/edword/python-for-android
- libzmq pil pyusb kivy sdl2_ttf jpeg apsw ndg_httpsclient mysqldb pygame_bootstrap_components libmysqlclient sdl2_image fontconfig zeroconf kivysdl2python3 pyopenssl babel six twisted vispy hostpython2 cdecimal pygame libffi zope brokenrecipe android pysdl2 pyzmq libsodium freetype sqlalchemy hostpython3crystax cryptography pycparser vlc evdev python3crystax pytz harfbuzz sdl pyjnius sdl2python3 ipaddress audiostream png python2 sdl2python3crystax pycrypto sdl2 enum34 numpy zope_interface hostpython3 openssl python3 pyasn1 sdl2_mixer netifaces setuptools idna cffi
- # Run 'python -m pythonforandroid.toolchain create --dist_name=edword --bootstrap=sdl2 --requirements=pyopenssl,cryptography,pyasn1,apsw,ndg_httpsclient,kivy --arch armeabi-v7a '
- # Cwd /home/kyle/edword/python-for-android
- # Build the application #3
- # Copy application source from /home/kyle/edword/src
- # Create directory /home/kyle/edword/src/.buildozer/android/app
- # Copy /home/kyle/edword/src/main.py
- # Create directory /home/kyle/edword/src/.buildozer/android/app/client
- # Copy /home/kyle/edword/src/client/__init__.py
- # Copy /home/kyle/edword/src/client/web_client.py
- # Create directory /home/kyle/edword/src/.buildozer/android/app/manager
- # Copy /home/kyle/edword/src/manager/__init__.py
- # Copy /home/kyle/edword/src/manager/level_manager.py
- # Create directory /home/kyle/edword/src/.buildozer/android/app/ui
- # Copy /home/kyle/edword/src/ui/__init__.py
- # Copy /home/kyle/edword/src/ui/short_definition.py
- # Copy /home/kyle/edword/src/ui/aspectratiolayout.py
- # Copy /home/kyle/edword/src/ui/hexagon.py
- # Copy /home/kyle/edword/src/ui/login_popup.py
- # Copy /home/kyle/edword/src/ui/main_menu.py
- # Copy /home/kyle/edword/src/ui/title.py
- # Copy /home/kyle/edword/src/ui/remaining_tile_list.py
- # Copy /home/kyle/edword/src/ui/game_board.py
- # Copy /home/kyle/edword/src/ui/menu_popup.py
- # Copy /home/kyle/edword/src/ui/control_panel.py
- # Copy /home/kyle/edword/src/ui/definition_popup.py
- # Copy /home/kyle/edword/src/ui/score_popup.py
- # Copy /home/kyle/edword/src/ui/current_score.py
- # Copy /home/kyle/edword/src/ui/hex_grid.py
- # Copy /home/kyle/edword/src/ui/finished_popup.py
- # Copy /home/kyle/edword/src/ui/credits.py
- # Copy /home/kyle/edword/src/ui/confirm_popup.py
- # Copy /home/kyle/edword/src/ui/animated_scrollview.py
- # Copy /home/kyle/edword/src/ui/dynamic_widgets.py
- # Copy /home/kyle/edword/src/ui/board_select.py
- # Copy /home/kyle/edword/src/ui/word_list.py
- # Create directory /home/kyle/edword/src/.buildozer/android/app/src
- # Copy /home/kyle/edword/src/src/__init__.py
- # Copy /home/kyle/edword/src/src/definition_manager.py
- # Copy /home/kyle/edword/src/src/data_builder.py
- # Copy /home/kyle/edword/src/src/globals.py
- # Create directory /home/kyle/edword/src/.buildozer/android/app/model
- # Copy /home/kyle/edword/src/model/__init__.py
- # Copy /home/kyle/edword/src/model/board_string_gen.py
- # Copy /home/kyle/edword/src/model/board_model.py
- # Copy /home/kyle/edword/src/model/prefix_tree.py
- # Copy /home/kyle/edword/src/model/scoring.py
- # Copy /home/kyle/edword/src/model/det_random.py
- # Copy /home/kyle/edword/src/model/word_manager.py
- # Copy /home/kyle/edword/src/model/string_tracking.py
- # Create directory /home/kyle/edword/src/.buildozer/android/app/model/dawg_python
- # Copy /home/kyle/edword/src/model/dawg_python/__init__.py
- # Copy /home/kyle/edword/src/model/dawg_python/dawgs.py
- # Copy /home/kyle/edword/src/model/dawg_python/compat.py
- # Copy /home/kyle/edword/src/model/dawg_python/units.py
- # Copy /home/kyle/edword/src/model/dawg_python/wrapper.py
- # Create directory /home/kyle/edword/src/.buildozer/android/app/data
- # Copy /home/kyle/edword/src/data/word.dawg
- # Copy /home/kyle/edword/src/data/server.crt
- # Copy /home/kyle/edword/src/data/definition.db
- # Copy /home/kyle/edword/src/data/main.kv
- # Create directory /home/kyle/edword/src/.buildozer/android/app/data/fonts
- # Copy /home/kyle/edword/src/data/fonts/Anonymous Pro BI.ttf
- # Copy /home/kyle/edword/src/data/fonts/Anonymous Pro I.ttf
- # Copy /home/kyle/edword/src/data/fonts/Anonymous Pro.ttf
- # Copy /home/kyle/edword/src/data/fonts/Anonymous Pro B.ttf
- # Create directory /home/kyle/edword/src/.buildozer/android/app/data/images
- # Copy /home/kyle/edword/src/data/images/lock.png
- # Copy /home/kyle/edword/src/data/images/hex.png
- # Copy /home/kyle/edword/src/data/images/undo.png
- # Package the application
- # Captured version: 0.8.0.0
- # Run 'python -m pythonforandroid.toolchain apk --bootstrap=sdl2 --dist_name edword --name EdWord --version 0.8.0.0 --package edword.test.edword --android_api 12 --minsdk 8 --private /home/kyle/edword/src/.buildozer/android/app --permission WAKE_LOCK --permission INTERNET --orientation portrait --wakelock'
- # Cwd /home/kyle/edword/python-for-android
- working: Buildfile: /home/kyle/.local/share/python-for-android/dists/edword/build.xml
- working: -set-mode-check:
- working: -set-debug-files:
- working: -check-env:
- working: [checkenv] Android SDK Tools Revision 22.6.2
- working: [checkenv] Installed at /home/kyle/.buildozer/android/platform/android-sdk-20
- working: -setup:
- working: [echo] Project Name: EdWord-0.8.0.0
- working: [gettype] Project Type: Application
- working: -set-debug-mode:
- working: -debug-obfuscation-check:
- working: -pre-build:
- working: [copy] Copying 21 files to /home/kyle/.local/share/python-f...(and 31 more)
- working: -build-setup:
- working: [getbuildtools] Using latest Build Tools: 19.1.0
- working: [echo] Resolving Build Target for EdWord-0.8.0.0...
- working: [gettarget] Project Target: Android 3.1
- working: [gettarget] API level: 12
- working: [echo] ----------
- working: [echo] Creating output directories if needed...
- working: [echo] ----------
- working: [echo] Resolving Dependencies for EdWord-0.8.0.0...
- working: [dependency] Library dependencies:
- working: [dependency] No Libraries
- working: [dependency]
- working: [dependency] ------------------
- working: [dependency] API<=15: Adding annotations.jar to the classpath.
- working: [echo] ----------
- working: [echo] Building Libraries with 'debug'...
- working: [subant] No sub-builds to iterate on
- working: -code-gen:
- working: [mergemanifest] Found modified input file
- working: [mergemanifest] Merging AndroidManifest files into one.
- working: [mergemanifest] Manifest merger disabled. Using project manifest only.
- working: [echo] Handling aidl files...
- working: [aidl] No AIDL files to compile.
- working: [echo] ----------
- working: [echo] Handling RenderScript files...
- working: [echo] ----------
- working: [echo] Handling Resources...
- working: [aapt] Found modified input file
- working: [aapt] Generating resource IDs...
- working: [aapt] (skipping file '.gitkeep' due to ANDROID_AAPT_IG...(and 18 more)
- working: [echo] ----------
- working: [echo] Handling BuildConfig class...
- working: [buildconfig] No need to generate new BuildConfig.
- working: -pre-compile:
- working: -compile:
- working: [javac] Compiling 22 source files to /home/kyle/.local/shar...(and 45 more)
- working: [javac] Note: /home/kyle/.local/share/python-for-android/di...(and 86 more)
- working: [javac] Note: Recompile with -Xlint:deprecation for details.
- working: -post-compile:
- working: -obfuscate:
- working: -dex:
- working: [dex] input: /home/kyle/.local/share/python-for-android/di...(and 22 more)
- working: [dex] input: /home/kyle/.buildozer/android/platform/andro...(and 39 more)
- working: [dex] Using Pre-Dexed annotations-7789e9dd5f015431143a322...(and 100 more)
- working: [dex] Found modified input file
- working: [dex] Converting compiled files and external libraries in...(and 77 more)
- working: [dx] Merged dex A (52 defs/66.6KiB) with dex B (2 defs/1...(and 44 more)
- working: -crunch:
- working: [crunch] Crunching PNG Files in source dir: /home/kyle/.loca...(and 43 more)
- working: [crunch] To destination dir: /home/kyle/.local/share/python-f...(and 31 more)
- working: [crunch] Processing image to cache: /home/kyle/.local/share/...(and 138 more)
- working: [crunch] (processed image to cache entry /home/kyle/.local...(and 85 more)
- working: [crunch] Crunched 1 PNG files to update cache
- working: -package-resources:
- working: [aapt] Found modified input file
- working: [aapt] Creating full resource package...
- working: [aapt] (skipping file '.gitkeep' due to ANDROID_AAPT_IG...(and 18 more)
- working: -package:
- working: [apkbuilder] Found modified input file
- working: [apkbuilder] Creating EdWord-0.8.0.0-debug-unaligned.apk and sig...(and 27 more)
- working: -post-package:
- working: -do-debug:
- working: [zipalign] Running zip align on final apk...
- working: [echo] Debug Package: /home/kyle/.local/share/python-for-a...(and 48 more)
- working: [propertyfile] Updating property file: /home/kyle/.local/share/...(and 46 more)
- working: [propertyfile] Updating property file: /home/kyle/.local/share/...(and 46 more)
- working: [propertyfile] Updating property file: /home/kyle/.local/share/...(and 46 more)
- working: [propertyfile] Updating property file: /home/kyle/.local/share/...(and 46 more)
- working: -post-build:
- working: [delete] Deleting directory /home/kyle/.local/share/python-fo...(and 30 more)
- working: debug:
- working: BUILD SUCCESSFUL
- working: Total time: 25 seconds
- # Android packaging done!
- # APK EdWord-0.8.0.0-debug.apk available in the bin directory
Advertisement
Add Comment
Please, Sign In to add comment