intel / APKexpansion

5 stars 12 forks source link

Recommendation for install in README #5

Open amedeedaboville opened 8 years ago

amedeedaboville commented 8 years ago

Maybe Cordova has fixed its bug, but the README.md's suggestion to change build-extras.gradle to include project name prefixes was not an issue in installation for me.

Instead I had to change the package name here to com.intel.xapkreader, and have a build-extras.gradle that looks like this:

dependencies {
    debugCompile project(path: ':com.intel.xapkreader:library',configuration: "debug")
    releaseCompile project(path: ':com.intel.xapkreader:library',configuration: "release")
 }

From looking at the source, it seems like the name change was not completed throughout the source and a few references to org.apache.cordova.xapkreader still exist.

I'm not having any other problems so far, just writing to share my experience.

nlatif commented 8 years ago

Thank you for letting us know. We will look into it.