-
Notifications
You must be signed in to change notification settings - Fork 40
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 push notification beta crash + API issue #323
Comments
Any updates on this? Can I help with something? |
Thank you @mattheworiordan and @tcard. |
Hi @itolisto! I'm currently working on this. I'll get a solution out as soon as possible. Sorry for the delay! |
@tcard is it a |
@paddybyers They're loaded with plain imports, but even then I've tried a number of changes to proguard.txt and still doesn't work. |
This is needed for the push beta, since we're not releasing versions for it but telling users to just generate and include the AAR. But we still need them to install our dependencies, so they need to include our dependencies.gradle files from their own .gradle files. See #323.
@tcard I'm following the build instructions properly but I'm getting an error. Here's the stack trace: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':android:compileDebugJavaWithJavac'. Heres when I run with info flag: file or directory 'xx/ably-java/android/src/debug/java', not found |
@itolisto Sorry, that should be fixed now too. I committed some code that I shouldn't have! And I didn't catch the compilation error myself since I do have the missing files outside of the commit. |
@tcard No worries, I'll try it right away! I'll let you know the result in a few minutes |
@tcard It's now compiling without problem but I'm still not able to see the 'push' parameter. Take a look: And this is how my build.gradle file looks like: Am I doing something wrong? |
Hi @tcard, can I help you with something to fix this? Am I doing something wrong? Thank you for your support. |
Sorry @itolisto, I'm just pretty busy at the moment so I haven't had a chance to look into this. I will first thing tomorrow. |
Don't worry @tcard in any case I don't mean to be annoying, sorry if I am, I imagine you are pretty busy. |
@itolisto Sorry again for the delay. We were exposing the |
@tcard I can see |
This is needed for the push beta, since we're not releasing versions for it but telling users to just generate and include the AAR. But we still need them to install our dependencies, so they need to include our dependencies.gradle files from their own .gradle files. See #323.
This is needed for the push beta, since we're not releasing versions for it but telling users to just generate and include the AAR. But we still need them to install our dependencies, so they need to include our dependencies.gradle files from their own .gradle files. See #323.
This is needed for the push beta, since we're not releasing versions for it but telling users to just generate and include the AAR. But we still need them to install our dependencies, so they need to include our dependencies.gradle files from their own .gradle files. See #323.
This is needed for the push beta, since we're not releasing versions for it but telling users to just generate and include the AAR. But we still need them to install our dependencies, so they need to include our dependencies.gradle files from their own .gradle files. See #323.
This is needed for the push beta, since we're not releasing versions for it but telling users to just generate and include the AAR. But we still need them to install our dependencies, so they need to include our dependencies.gradle files from their own .gradle files. See #323.
This is needed for the push beta, since we're not releasing versions for it but telling users to just generate and include the AAR. But we still need them to install our dependencies, so they need to include our dependencies.gradle files from their own .gradle files. See #323.
This is needed for the push beta, since we're not releasing versions for it but telling users to just generate and include the AAR. But we still need them to install our dependencies, so they need to include our dependencies.gradle files from their own .gradle files. See #323.
Reported by customer Edgar:
Also, reported a crash:
The text was updated successfully, but these errors were encountered: