-
Notifications
You must be signed in to change notification settings - Fork 1
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
Installation Issues with the section of 'Installing the App Signing Tools' of the 'Distributing Your Branded Android App' Documentation #23
Comments
Hmmm, after reading this I am wondering where this really belongs to. But if this belongs to this repo, mind to reference using a link so I can take a closer look? |
Ah, just see that you changed your title, now contains |
I can help regarding copy/paste not using the $ sign at the beginning. Will take a look over the weekend. |
Reopening because other stuff needs to be fixed too, the referenced merged PR #25 did just fix one part. |
@dpapac one part is now fixed. Can you check what is missing/needs correction to finalize the remainig points? Maybe start with a comment with a drop list of items... |
Installation of the Java SE Platform:CLICK ME 1
Issue: Packages can`t be locatedProblem: The Packages can`t be located
Solution: I changed the command to the next available version:
Installation of required packagesCLICK ME 2
Issue: lib32ncurses5 can't be locatedProblem: The Package 'lib32ncurses5' can't be located
-> Solution: "lib32ncurses5-dev" as following:
After Downloading android studio and unpacking it:CLICK ME 3
A command to move android studio to a 'default directory' and starting the installation could enchance the experience of using our documentation e.g.:
Follow along setup wizard that pops up after the command './studio.sh'... Installing toolsCLICK ME 4
Running this command from inside the unpacked directory didn't work for me as described:
What could be done to replace this or make it work ? -> Since this step didn't work the next step 'Couldn't find Zipalign as described in docu...' is neccessary which worked for me Couldn't find Zipalign as described in the documentation:CLICK ME 5
Install Zipalign
|
@dpapac I have edited the click me's and added a number for referencing what is fixed later on |
#26 is the fix for click me 1,2,5. Still open: 3,4 CM3: where should that be placed? Note that you can click Edit this page on the top right and add your changes (post merging #26 to have everything streamlined) |
Autoclosed by merge, reopen so that CM3 and CM4 can be fixed |
Link to documentation:
https://doc.owncloud.com/branded_clients/next/branded_android_app/publishing_android_app.html
Problem: --> Installation of the App Signing Tools under OS: Ubuntu 20.04
Problem: -->By copying the commands via the provided Button from our Documentation $ signs are added to the begin of the command which will cause the commandline prompt :
After removal of the $ signs the packages can't be located or are not available
Solution: --> Installing the next available version:
Problem: -->The next command has the same issue with the $ sign getting copied and the package name 'zlib1g:i386' is not going to be installed since it didn't got copied on the same line as the rest of the package names
Problem: -->The commandline prompt:
After the removal of the $ :
Solution: --> Still no packages got installed so I changed the command to:
Problem --> One of the last package names wasn't able to be located under:
Solution: -->After a research on google I found the command:
--> Install zipalign since I couldn't find it as described in our documentation
Recommendation-->After downloading the 'android-studio....tar.gz' and unpacking it in the Downloads repository providing a default directory for installing the IDE would improve the experience of using the documentation e.G.:
The command ./studio.sh opens an 'Android Studio Setup Wizard' like in the picture below simply press next to continue:
In the next picture the user is asked for the Install Type for simplicity I have chosen Standard:
The next page asks the user to select an UI Theme choose as you wish: o Darcula(Dark Theme) o Light(Light Theme)
When the theme was chosen verify the settings by clicking on the button: Next
Afterwards you are asked to agree to the License Agreement accept the android-sdk-license and the android-sdk-preview-license it should look something like this:
Press Next to continue ...
Click and read through the remaining pages of the Setup Wizard and adjust to your needs. Make sure before clicking on install everything is configured to your needs. Click the Install Button to finalize the installation...-> Install
Android Studio was successfully installed.
The next steps of the Documentation after the Header 'Digitally Signing Your App' worked as intended.
The text was updated successfully, but these errors were encountered: