chromeview icon indicating copy to clipboard operation
chromeview copied to clipboard

Solution doesn't build

Open marlaw opened this issue 12 years ago • 1 comments

The instructions don't allow for full build on the VM because the chromium build change. Now it is required to add to the path the jar signer

sudo update-alternatives --install /usr/bin/jarsigner jarsigner
/usr/lib/jvm/jdk1.6.0_*/bin/jarsigner 50000 sudo update-alternatives --config jarsigner

It also seems that in the project properties need updating in the eclipse distribution by google for android development (adk pack).

marlaw avatar Apr 28 '13 06:04 marlaw

Thank you for the fix, @marlaw! I updated the README file.

Any idea what I can do about the project properties issue? Should I figure it out and document it step-by-step, or is there a better way to avoid it?

Once again, thank you very much!

pwnall avatar May 01 '13 03:05 pwnall