-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
Update README so build instructions are current and complete #112
Comments
Note:
Let's document this expectation & perhaps suggest how people can address it. |
Do we need the NDK to build the app? |
@julianharty no, I am pretty certain not. (Although I think you do if you are building from sources as is done in kiwix-build) |
At the moment we use an old version of kiwix-lib at some point we need to look at importing the newest version automatically with gradle. I think the build should be possible just with ./gradle build if the android sdk is set. You can avoid this by importing into android studio and this will step you through this process. |
BUILD SUCCESSFUL |
From the vast set of tasks listed by |
Yeah that sounds like a good idea, basic rundown.the first word is the command:
Some commands depend on others. I.e connected will compile if it needs too. The next words specify what flavour/build variant to use. The standard is KiwixDebug You join an action word with a build variant to get the full command. |
I am getting the same error while building the app. Kindly provide details on how to solve this. I have tried some suggestions from the answers on this StackOverflow question. But they are not working. |
@reeshabhkumarranjan Please try this #974 (comment). |
@abdulwd Your comment seems promising. I am cloning the whole project again. The cloning of this project takes a lot of time, I don't know why. Will update you on this soon. |
@abdulwd I tried your fix, but it didn't work. I got these warnings:
And this:
Also, the "Run" button is greyed out. This is the event log:
|
Have you deleted the .idea folder before importing the project again? Also select kiwixDebug as the build variant. |
Finally. Selecting |
@reeshabhkumarranjan You can open a PR for that. |
@reeshabhkumarranjan It is and is in bold:
|
I think this ticket could be closed and has been supperseeded by #1200 |
I think we provide sufficient information, closing |
The current contents of the README are out of date. They describe how the app used to be build before being migrated to this repo (kiwix-android). I think the build is now simpler. Let's revise the README accordingly.
I'm basing my assessment on the travis config https://github.com/kiwix/kiwix-android/blob/master/.travis.yml
I'll update these notes with the build steps I take to build the main kiwix app & can then I/we can revise the README.
The text was updated successfully, but these errors were encountered: