idleloop-github / Zebedee.apk

Secure IP Tunnel - port to Android (http://www.winton.org.uk/zebedee/)
GNU General Public License v3.0
3 stars 2 forks source link

commit 7b53d45 broken #1

Closed idleloop-github closed 10 years ago

idleloop-github commented 10 years ago

Please note commit 7b53d45 is broken @ src/com/example/zebedee/MainActivity.java #63 where the code should be:

- getMenuInflater().inflate(R.menu.main, menu);

  • getMenuInflater().inflate(R.menu.activity_main, menu);
idleloop-github commented 10 years ago

next commit, version v0.3 (https://github.com/idleloop-github/Zebedee.apk/commit/acc4b7d3dcc904c926c3644c49f4263f88fdf8bb), is fixed.