Created
August 2, 2018 14:20
-
-
Save malikkurosaki/9ef5db1b6b0ff06080cfa00919404fd1 to your computer and use it in GitHub Desktop.
fix maniest universal link cordova plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*rozhnev commented on Apr 20 | |
I fixed issue for me by change*/ | |
var pathToManifest = path.join(cordovaContext.opts.projectRoot, 'platforms', 'android', 'cordovaLib', 'AndroidManifest.xml'); | |
//to | |
var pathToManifest = path.join( | |
cordovaContext.opts.projectRoot, | |
'platforms', | |
'android', | |
'app', | |
'src', | |
'main', | |
'AndroidManifest.xml'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment