heathyabo / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

tutorial 5 error on install.sh : android 4.0.1 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. fresh ide install
2. follow tutorial 5 up to step ./install.sh

What is the expected output? What do you see instead?
* builder.sh throws an exception, 
* .apk are created nontheless in dist/
* install.sh produces error popup "There is a problem parsing the package"

What version of the product are you using? On what operating system?
terminalide v1.9, samsung galaxy nexus (android 4.0.1)

Please provide any additional information below.

output of ./builder.sh

...
Message : Parsing the input's central directory @ 0%
java.lang.IllegalStateException: Can't handle general purpose bits == 0x0808
        at kellinwood.zipio.ZioEntry.doRead(ZioEntry.java:360)
        at kellinwood.zipio.ZioEntry.read(ZioEntry.java:338)
        at kellinwood.zipio.ZipInput.doRead(ZipInput.java:166)
        at kellinwood.zipio.ZipInput.read(ZipInput.java:76)
        at kellinwood.security.zipsigner.ZipSigner.signZip(ZipSigner.java:615)
        at com.spartacusrex.spartacuside.external.jarsigner.main(jarsigner.java:54)
        at dalvik.system.NativeStart.main(Native Method)
Message : Generating signature block file @ 100%
...

----

compiling MainACtivity.java in terminalide with f7 results in error

 package org.library does not exist

Original issue reported on code.google.com by pwrs...@gmail.com on 23 Dec 2011 at 11:13

GoogleCodeExporter commented 9 years ago
I get the same output / error when attempting to install this tutorial.

Terminal IDE Version: 1.92
Phone: Galaxy Nexus (Android 4.0.1)

(Amazing app btw, thanks!)

Original comment by stevenlo...@gmail.com on 10 Jan 2012 at 2:36

GoogleCodeExporter commented 9 years ago
Yes - a few have seen this error.

It is the signer lib.

Needs to be upgraded to the 1.1 version..

on it..

Original comment by spartacu...@gmail.com on 24 Jan 2012 at 11:26

GoogleCodeExporter commented 9 years ago

Original comment by spartacu...@gmail.com on 26 Jan 2012 at 12:37