I'm getting a 'classdefnotfound' exception when trying to instantiate AmazonSimpleDBClient because the class 'BaseDexClassLoader' is not found.
I checked my Java Build Path (order and export tab in eclipse) and I have the following checked. Any ideas?
- Android 4.1.2
- Android Dependencies
- Android Private Libraries
Android 4.1.2 has android.jar (16), which should contain this class, right?
AmazonSimpleDBClient is part of AWS sdk and is not part of standard Android. You need to explicitly include it in your project.
I'm getting a 'classdefnotfound' exception when trying to instantiate AmazonSimpleDBClient because the class 'BaseDexClassLoader' is not found.
I checked my Java Build Path (order and export tab in eclipse) and I have the following checked. Any ideas?
- Android 4.1.2
- Android Dependencies
- Android Private Libraries
Android 4.1.2 has android.jar (16), which should contain this class, right?
AmazonSimpleDBClient is part of AWS sdk and is not part of standard Android. You need to explicitly include it in your project.
0 commentaires:
Enregistrer un commentaire