Apache Class Definition Not Found
I am using the following line of code ByteArrayBody bab = new ByteArrayBody(data, '/mnt/sdcard/p270.jpg'); It is throwing the following exemption 05-30 18:28:17.128: E/And
Solution 1:
Hi this Link would help you to solve your problem, it occurs when you update the sdk. Including the library files to libs folder automatically gets referenced in the latest android sdk
Solution 2:
Copy the jar(s) to the libs directory in the project. Do not rename the lib folder. just close eclipse, create new folder libs under the main folder of your project, copy the jars in the libs directory, open eclipse, use right click on the libs folder (this time inside eclipse) and select REFRESH and your added jars will appear. Then run the project. In my case it worked.
Post a Comment for "Apache Class Definition Not Found"