User Tag List

Results 1 to 6 of 6

Thread: Development kit installation ?

  1. #1
    Clicker Fusion 2.5 DeveloperMac Export ModuleSWF Export Module

    Join Date
    Jan 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Development kit installation ?

    I installed the SDK and JDK from the sites, but I get this error when trying to export:


    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object


    I believe they're installed correctly? I did make a simple android app with them before using eclipse, so they should work. :S

    Downloaded these ones if I recall:
    JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u26-download-400750.html
    android SDK:
    http://developer.android.com/sdk/index.html

  2. #2
    Clicker Fusion 2.5 DeveloperMac Export ModuleSWF Export Module

    Join Date
    Jan 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Development kit installation ?

    The problem was I had two JDK folder -.- but now I get a different error:

    "
    Buildfile: C:\Users\Jesper\AppData\Local\Temp\And967C.tmp\bui ld.xml
    [setup] Android SDK Tools Revision 12
    [setup] Project Target: Android 2.1-update1
    [setup] API level: 7
    [setup]
    [setup] ------------------
    [setup] Resolving library dependencies:
    [setup] No library dependencies.
    [setup]
    [setup] ------------------
    [setup]
    [setup]
    [setup] Importing rules file: tools\ant\main_rules.xml

    -debug-obfuscation-check:

    -set-debug-mode:

    -compile-tested-if-test:

    -pre-build:

    -dirs:
    [echo] Creating output directories if needed...
    [mkdir] Created dir: C:\Users\Jesper\AppData\Local\Temp\And967C.tmp\bin \classes

    -aidl:
    [echo] Compiling aidl files into Java classes...

    -renderscript:
    [echo] Compiling RenderScript files into Java classes and RenderScript bytecode...

    -resource-src:
    [echo] Generating R.java / Manifest.java from the resources...

    -pre-compile:

    compile:
    [javac] C:\Program Files (x86)\Android\android-sdk\tools\ant\main_rules.xml:384: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 192 source files to C:\Users\Jesper\AppData\Local\Temp\And967C.tmp\bin \classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

    -post-compile:

    -obfuscate:

    -dex:
    [echo] Converting compiled files and external libraries into C:\Users\Jesper\AppData\Local\Temp\And967C.tmp\bin \classes.dex...

    -package-resources:
    [echo] Packaging resources
    [aapt] Creating full resource package...

    -package-debug-sign:
    [apkbuilder] Creating RuntimeAndroid-debug-unaligned.apk and signing it with a debug key...

    BUILD FAILED
    C:\Program Files (x86)\Android\android-sdk\tools\ant\main_rules.xml:520: The following error occurred while executing this line:
    C:\Program Files (x86)\Android\android-sdk\tools\ant\main_rules.xml:236: com.android.sdklib.build.ApkCreationException: Debug Certificate expired on 15-02-11 22:01
    at com.android.sdklib.build.ApkBuilder.getDebugKey(Ap kBuilder.java:277)
    at com.android.sdklib.build.ApkBuilder.<init>(ApkBuil der.java:384)
    at com.android.ant.ApkBuilderTask.execute(ApkBuilderT ask.java:247)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:291)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(S equential.java:68)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:291)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.MacroInstance.execut e(MacroInstance.java:398)
    at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:291)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:39 0)
    at org.apache.tools.ant.Target.performTasks(Target.ja va:411)
    at org.apache.tools.ant.Project.executeSortedTargets( Project.java:1397)
    at org.apache.tools.ant.Project.executeTarget(Project .java:1366)
    at org.apache.tools.ant.helper.DefaultExecutor.execut eTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Projec t.java:1249)
    at org.apache.tools.ant.Main.runBuild(Main.java:801)
    at org.apache.tools.ant.Main.startAnt(Main.java:218)
    at org.apache.tools.ant.launch.Launcher.run(Launcher. java:280)
    at org.apache.tools.ant.launch.Launcher.main(Launcher .java:109)

    Total time: 24 seconds
    "

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Development kit installation ?

    Well, I found this: http://stackoverflow.com/questions/2194808/debug-certificate-expired-error-in-eclipse-android-plugins

    I guess you must have had the Android development tools installed for a while?

  4. #4
    Clicker Fusion 2.5 DeveloperMac Export ModuleSWF Export Module

    Join Date
    Jan 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Development kit installation ?

    I just reinstalled it, but still getting this error :/. Trying to uninstall it and then install it again...

  5. #5
    Clicker Fusion 2.5 DeveloperMac Export ModuleSWF Export Module

    Join Date
    Jan 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Development kit installation ?

    Deleting the debug.keystore in c:\user\?\.android fixed it

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Development kit installation ?

    Nice to see you Solgryn.

Similar Threads

  1. After installation...
    By ColdFire in forum Fusion 2.5
    Replies: 3
    Last Post: 5th October 2013, 03:21 PM
  2. Installation sur FTP
    By Xenon3000 in forum Install Creator and Patch Maker
    Replies: 2
    Last Post: 12th December 2011, 06:44 PM
  3. Ref: Installation.
    By Worf in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 29th March 2011, 01:34 PM
  4. CD/DVD Installation
    By Grunken in forum Install Creator and Patch Maker
    Replies: 2
    Last Post: 17th September 2008, 12:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •