I am trying to get an app to run on android studio and have just finished working through the gradle dependency issues for the build, but when running I am getting the above error. It says specifically:
"no main manifest attribute in PROJECT_PATH/app/libs/commons-codec-1.10.jar"
This is followed by the socket disconnecting and the process finishing with an exit code 1.
I have looked through the manifest as many other posters have suggested and looked for a call to a main file and it does not have one. This seems to be true of the majority of .jar library files that I have in the project.
As I do not have the ability to easily change the jar files without remaking them, I am unsure how I would go about adding this through Android Studio.
Has anyone else run into this issue or have any ideas on how to get past it?
EDIT: The jar file that is giving the issue is a .jar that is used as a library along with quite a few others.