3

We are making an application that needs to convert one file format to another. I am not sure whether we can add a JAR file in which we develop the code to convert the file format to our required file format, to our android project.

1 Answer 1

3

You should be able to create a folder called libs in your main project directory and add any jar that you want to use to this folder. If during testing on the emulator you get a class not found exception or something like that you may add the jar in the order and export tab of your build path configuration.

Sign up to request clarification or add additional context in comments.

1 Comment

create a Unable to execute dex: Multiple dex files define Lorg/json/rpc/commons/TypeChecker; Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lorg/json/rpc/commons/TypeChecker;

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.