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

Android builds broken... again #112

Closed
gabaum10 opened this issue Apr 18, 2016 · 2 comments
Closed

Android builds broken... again #112

gabaum10 opened this issue Apr 18, 2016 · 2 comments

Comments

@gabaum10
Copy link

This is getting pretty old. It seems the latest build in NPM is broken for Android again. This happens like once a month.

:compileReleaseJavaWithJavac/project/src/io/branch/BranchSDK.java:1235: error: method showShareSheet in class BranchSDK cannot be applied to given types;
showShareSheet(this.args.getInt(0), this.args.getJSONObject(1), this.args.getJSONObject(2));
^
required: int,JSONObject,JSONObject,String
found: int,JSONObject,JSONObject
reason: actual and formal argument lists differ in length
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':compileReleaseJavaWithJavac'.

    Compilation failed; see the compiler error output for details.

@aaustin
Copy link
Contributor

aaustin commented Apr 19, 2016

Hmm - it seems that the interface was changed without support for past implementations. Let me put in a fix for this. Apologies!

@aaustin
Copy link
Contributor

aaustin commented Apr 23, 2016

Apologies for this. I added support for past implementations and this should be resolved now. Really sorry again.

@aaustin aaustin closed this as completed Apr 23, 2016
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

2 participants