Skip to content

Instantly share code, notes, and snippets.

@malikkurosaki
Created August 2, 2018 14:20
Show Gist options
  • Save malikkurosaki/9ef5db1b6b0ff06080cfa00919404fd1 to your computer and use it in GitHub Desktop.
Save malikkurosaki/9ef5db1b6b0ff06080cfa00919404fd1 to your computer and use it in GitHub Desktop.
fix maniest universal link cordova plugin
/*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