chromeview
chromeview copied to clipboard
Solution doesn't build
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).
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!