GithubHelp home page GithubHelp logo

Comments (4)

rozhnev avatar rozhnev commented on June 30, 2024 10

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');

from cordova-universal-links-plugin.

RikdeBoer avatar RikdeBoer commented on June 30, 2024 3

Yep that does it for Cordova 8.0.0 Thanks coyoteltd and rozhnev!

Just to mention the file again
plugins/cordova-universal-links-plugin/hooks/lib/android/manifestWriter.js

function writePreferences(...), line 21

from cordova-universal-links-plugin.

rtm avatar rtm commented on June 30, 2024

@RikdeBoer I do not keep the contents of plugins (or platforms) under source control. Therefore, every time I re-clone (or my CI build job starts up) I would get the old, broken version of the plugin. Is it common practice to keep plugins and platforms under version control?

from cordova-universal-links-plugin.

nordnet-deprecation-bot avatar nordnet-deprecation-bot commented on June 30, 2024

👋 Hi! Thank you for your interest in this repo.

đŸ˜ĸ We are not using nordnet/cordova-universal-links-plugin anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.

🔒 This will now be closed & locked.

ℹī¸ Please see #160 for more information.

from cordova-universal-links-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.