intel / APKexpansion

5 stars 12 forks source link

Getting build failed with error #12

Open 4blocksinc opened 7 years ago

4blocksinc commented 7 years ago

Hello Thanks for this great plugin, I installed this plugin into my cordova project successfully. I am using cordova 6.3.1. When I try to build my app using cordova build android I got a huge list of error in plugin. After I edited my build-extras.gradle file as just append my project name before library. So now my file looks like this dependencies { debugCompile project(path: ':com.intel.xapkreader:seaapp-library',configuration: "debug") releaseCompile project(path: ':com.intel.xapkreader:seaapp-library',configuration: "release") } When I build it now I'am getting the following error:

Error: cmd: Command failed with exit code 1 Error output: FAILURE: Build failed with an exception.

Please help me to resolve this issue