key error while building

Discussion in 'Help & Support' started by Loonatoon, Jun 19, 2013.

  1. Loonatoon New Guy

    Member Since:
    Jun 19, 2013
    Message Count:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    I'm getting an error while building. See screenshot. I'm sure I entered the key pass and alias correct.

    ______________
    This is the log:

    ===== Starting =====

    =========
    Building: test Free
    =========
    -> Preparing images
    -> Copying template
    -> Refactoring
    -> Copying images
    -> Packaging
    -> Generating resource files
    -> Compiling resources
    ERROR -> javac: target release 1.6 conflicts with default source release 1.7

    -> Converting to Dalvik
    ERROR -> no classfiles specified

    -> Generating un-signed apk
    ERROR ->
    THIS TOOL IS DEPRECATED. See --help for more information.

    java.io.FileNotFoundException: C:\Users\admin\Desktop\Android Dev\Live Wallpaper Creator 2.6\archive\testcompany\test Free\source\bin\classes.dex does not exist

    -> Signing
    -> Aligning
    ERROR -> Unable to open 'C:\Users\admin\Desktop\Android Dev\Live Wallpaper Creator 2.6\archive\testcompany\test Free\test Freeunaligned.apk' as zip archive

    ==========
    Completed: test Free
    ==========
    =========
    Building: test
    =========
    -> Preparing images
    -> Copying template
    -> Refactoring
    -> Copying images
    -> Packaging
    -> Generating resource files
    -> Compiling resources
    ERROR -> javac: target release 1.6 conflicts with default source release 1.7

    -> Converting to Dalvik
    ERROR -> no classfiles specified

    -> Generating un-signed apk
    ERROR ->
    THIS TOOL IS DEPRECATED. See --help for more information.

    java.io.FileNotFoundException: C:\Users\admin\Desktop\Android Dev\Live Wallpaper Creator 2.6\archive\testcompany\test\source\bin\classes.dex does not exist

    -> Signing
    -> Aligning
    ERROR -> Unable to open 'C:\Users\admin\Desktop\Android Dev\Live Wallpaper Creator 2.6\archive\testcompany\test\testunaligned.apk' as zip archive

    ==========
    Completed: test
    ==========

    ===== Finished =====

    Tnx

    Attached Files:

  2. Vas Origin

    Member Since:
    Jan 4, 2012
    Message Count:
    770
    Likes Received:
    175
    Trophy Points:
    500
    LWC is not compatible with JDK 1.7.
    Install JDK 1.6 and reconfigure your settings.
  3. Loonatoon New Guy

    Member Since:
    Jun 19, 2013
    Message Count:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Thanks. That did it! :)

Share This Page