-
Notifications
You must be signed in to change notification settings - Fork 61
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
Import Readium SDK as Module #109
Comments
If the problem persists, please disable / remove the git / versioning / epubReadingSystem task from the gradle script. It is not not critical to the build process, especially if you are not using the exact git repository / submodule source tree as the default ReadiumSDK Android "app launcher". |
@dilawer I responded to your email to [email protected]. Feel free to send me email there (or [email protected]) but you will get your best and fastest response here in the issue tracker or on Slack (about which I also sent you info). Thanks! |
Hi Daniel, I am still having problems with this. I removed/commented epubReadingSystem task, please check here but its creating new issues https://cloudup.com/cnMVddHbmPd can you please mention what line of script I have to remove or comment ? Thanks |
Comment line 43: Comment line 51: |
Thanks, for your quick response. Now its providing me more errors https://cloudup.com/calpEM3ne57 Please check..Thanks |
Make sure to download and unzip the Android NDK (r13b) in a known location. Ensure that the file
|
This is what I have https://cloudup.com/coXOyYtKRv3 I have the NDK bundles. I want to mention here again, this SDK works fine for me when I clone it from this repo. I want to make it as a module and import in my other project which is creating problem for me. This problem also occurs when I clone repo from this git source, and copy the parent folder, move it some where else (other folder or machine) it give me the same errors |
Hey guys. Any update on this ? |
Do you use Maven to modularize the source tree / library dependencies? |
@danielweck I am using android studio. It has gradle. I dont think I use Maven. Can you please provide steps on how I can make the sdk launcher downloaded from GIT and make it a module of any other android project ? I already told you that I face same situation when I dont do anything to downloaded project and just copy to another location and run from there. I need solution its blocking me to finish my application. |
@rkwright @danielweck I am waiting, because I want to finish my application in which I am using this sdk launcher. Please provide solution. Let me know if you need more details regarding what I mention. Thanks |
@danielweck @rkwright Guys, can I get an update on this? Thanks |
@dilawer hello, please remember that this is an open-source, community-driven software project. Based on the information we exchanged so far, I am not able to pin-point what your problem is. Can you use the source tree as provided by the default "git clone", rather than your folder copy? |
@danielweck I understand that its a community-driven software project. I used the source tree and used the project by git clone. I did my modification in that (whatever required) everything works fine in the sdklauncher sample app in the project after I do git clone. Now, I want to use that in my own app and at that point I am started having issues with it that I already mentioned "I have already integrated the app as module, epub as module but when I try to compile my app, it shows errors with git. Please check this https://cloudup.com/c4W-TpsY5Ny I am getting similar error if I pull readium-sdkLauncher code from git and the copy it to another place and try to run there." lets forget about my issues, what if someone want to use SDK in their own project, same issues I am having with. apology if I ping you alot. |
No apologies needed. I just wanted to clarify (for anybody reading this discussion thread) that contributors do what they can to help given their limited time. |
I have been using readium sdk in iOS app, and also did some customization on android SDK launcher and need to utilize it in one of our android app.
I have already integrated the app as module, epub as module but when I try to compile my app, it shows errors with git. Please check this https://cloudup.com/c4W-TpsY5Ny
I am getting similar error if I pull readium-sdkLauncher code from git and the copy it to another place and try to run there.
Please let me know solution, I already tried multiple solutions on web. I need this to be fixed soon.
I already send you email at [email protected]
The text was updated successfully, but these errors were encountered: