Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install #1

Open
Phoscur opened this issue Jun 18, 2015 · 3 comments
Open

Cannot install #1

Phoscur opened this issue Jun 18, 2015 · 3 comments

Comments

@Phoscur
Copy link

Phoscur commented Jun 18, 2015

$>cordova plugin add http://github.com/cranberrygame/cordova-plugin-navigationbar
Fetching plugin "http://github.com/cranberrygame/cordova-plugin-navigationbar" via git clone
Repository "http://github.com/cranberrygame/cordova-plugin-navigationbar" checked out to git ref "master".
shell.js: internal error
Error: EXDEV, cross-device link not permitted 'C:\Users\Me\AppData\Local\Temp\git\1434642021042\example'
    at Error (native)
    at Object.fs.renameSync (fs.js:636:18)
@MrChris123
Copy link

Its a bug in Cordova 5.1.1 if your project in not on the same drive as TMP. See https://issues.apache.org/jira/browse/CB-9246 and https://issues.apache.org/jira/browse/CB-9212.

@Phoscur
Copy link
Author

Phoscur commented Jul 12, 2015

Installing with cordova 5.0.0 works but compiling I get this error:
(building up to date ionic/cordova+crosswalk)

:compileArmv7DebugJava
...\app\platforms\android\src\com\cranberrygame\cordova\plugin\navigationbar\NavigationBar.java:116: error: cannot find symbol
                        webView.setOnSystemUiVisibilityChangeListener(new View.OnSystemUiVisibilityChangeListener(){
                               ^
  symbol:   method setOnSystemUiVisibilityChangeListener(<anonymous OnSystemUiVisibilityChangeListener>)
  location: variable webView of type CordovaWebView
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
 FAILED

I'm using ionic and crosswalk.

@cranberrygame
Copy link
Owner

@Phoscur

Fixed the issue.

Thanks

@MrChris123

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants