Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPS Observation App DEPRECATED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPS Observation App DEPRECATED
Merge requests
!5
Update wms source vipsutv 719
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update wms source vipsutv 719
updateWMSSource-VIPSUTV-719
into
development
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
Tor-Einar Skog
requested to merge
updateWMSSource-VIPSUTV-719
into
development
10 months ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
68ec56dc
Prev
Next
Show latest version
1 file
+
13
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
68ec56dc
Add Android signing troubleshooting tips
· 68ec56dc
Tor-Einar Skog
authored
10 months ago
README.md
+
13
−
1
Options
@@ -253,10 +253,22 @@ keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keysto
Signing can be done like this (example):
```
bash
$
cordova
run
android
--release
--
--keystore
=[
PATH_TO_KEYSTORE]
--storePassword
=[
KEYSTORE_PASSWORD]
--alias
=
upload
--password
=[
PASSWORD]
--packageType
=
bundle
$
cordova
build
android
--release
--
--keystore
=[
PATH_TO_KEYSTORE]
--storePassword
=[
KEYSTORE_PASSWORD]
--alias
=
upload
--password
=[
PASSWORD]
--packageType
=
bundle
```
**If building the bundle using the above command does not result in a signed bundle, it can be signed after it has been created, using this command**
```
bash
jarsigner
-verbose
-keystore
keystore.jks app-release.aab upload
```
You can verify this by using this command:
```
bash
jarsigner
-verify
-verbose
-certs
app-release.aab
```
### Notes and docs
[
Developer account for Google Play
](
https://play.google.com/console/
)
Loading