[android-developers] trilead ssh2 library

2012-02-14 Thread New Developer
I'm trying to use the trilead ssh2 library to establish a scp connection If I create the apk using the debug/run then the code works fine If I export and sign the apk then the code generates the following logcat error W/System.err( 1974): java.lang.Exception: Error occured connecting:

Re: [android-developers] trilead ssh2 library

2012-02-14 Thread New Developer
Can a single apk have source files with multiple package names ? I just added the trilead source code to my project So the trilead files have package com.trilead.ssh2.transport; package com.trilead.ssh2... etc; Where as my project all has package org.ttienterprises.eeds Could this

Re: [android-developers] trilead ssh2 library

2012-02-14 Thread Nikolay Elenkov
On Thu, Jan 26, 2012 at 12:54 PM, New Developer secur...@isscp.com wrote: Can a single  apk   have  source files with multiple package  names ? Yes. Why else would the code work if done using a debug apk  but fail if using a signed apk ? Are you using ProGuard? (it seems you are from the

Re: [android-developers] trilead ssh2 library

2012-02-14 Thread New Developer
Thank you !! Yes I disabled ProGuard as you suggested and now suddenly all works well Do you have some links to help inform/teach how to fine-tune as you further suggested Thanks On 02/14/2012 11:08 PM, Nikolay Elenkov wrote: On Thu, Jan 26, 2012 at 12:54 PM, New

Re: [android-developers] trilead ssh2 library

2012-02-14 Thread Nikolay Elenkov
On Thu, Jan 26, 2012 at 1:27 PM, New Developer secur...@isscp.com wrote: Thank you !! Yes I disabled ProGuard  as you suggested and now  suddenly all works well Do you have some links to help inform/teach  how to fine-tune  as you further suggested