java - Gradle Build failed in Android Studio 2.1.1 : 'app:compileDebugJavaWithJavac' (wrong path) -
i opened application co-worker. if want run app on device comes error:
error:execution failed task ':app:compiledebugjavawithjavac'. java.io.filenotfoundexception: c:\users\z565719\androidstudioprojects\drescherbluetoothcancom\app\src\main\java\lib\api_adk.jar
i know path not correct it's not possible find file. can change path , error want say?
i found several articles same error, for example one, but none of them solve problem.
by way, i'm using gradle version 2.1.0 , jdk1.8.0_91!
right click on module root , click "open module settings"
go dependencies tab , remove dependency causing error. add again correct path.
Comments
Post a Comment