Hi, I am trying a lot to port AWS libraries to use in my Android application. After having problems which needed recompiling some libraries, and so on - I got stuck with the issue many also did. Android complains:
trouble processing "javax/net/ssl/SSLException.class": [2010-10-26 02:09:06 - Amazon] Attempt to include a core class (java.* or javax.*) in something other than a core library. But actually - this happens after I repackaged the stax-api.jar which is required by AWS and that was suggested by Android as a solution (instead --core library option which I try to avoid)... Can someone give a hint what is now the problem, since javax.net.ssl.* package is present in Android 2.2.jar - it should not give the above mentioned error, isn't it? Stax-api.jar is repackaged to my application namespace... javax.xml.namespace.* is however used from Android.jar since otherwise it was complaining - with the same error mentioned above. Thanks in advance, Sanja -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

