When I try to Run my app, I am getting this error:-
Error:Execution failed for task \':app:dexDebug\'. > com.android.ide.common.process.ProcessException:
Try
Build > Clean project
If it not working try to remove
compile fileTree(dir: 'libs', include: ['*.jar'])
then add lib separeately e.g.
compile files('libs/jncryptor-1.1.0.jar')