Giter VIP home page Giter VIP logo

mobiledeeplinking-android's People

Contributors

arkitex avatar friederbluemle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mobiledeeplinking-android's Issues

Route cannot be defined without class field

In my config json file I have declared the default route to be handled by a custom handler, without specifying the activity, in the class field.

Everytime I get a deep link which is associated with the default route, I get an a JSONException.

I think this is because you handle the route in this way

private void handleRoute(JSONObject routeOptions, Map<String, String> routeParameters) throws JSONException {
   HandlerExecutor.executeHandlers(routeOptions, routeParameters, handlers);
   IntentBuilder.buildAndFireIntent(routeOptions, routeParameters, this);
}

The handler is called correctly, but the buildAndFireIntent execute this line instruction:

String activityName = routeOptions.getString("class");

which means the route must have a class field or a JSONException will be fired.

Manifest Merging Failure During Build

Hello,

I am trying to build a .aar (or .jar) of this library but keep getting an error about merging the Manifest files. The message I keep getting is:
"Main manifest has but library uses targetSdkVersion='11'
Note: main manifest lacks a declaration, which defaults to value minSdkVersion or 1."

There are several Manifest files under the four directories created in build/exploded-bundles that each target a different sdk Version, however I cannot find the manifest and build.gradle files that are used to generate this output to fix the issue myself. Please help!

Thank you,
Nate

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.