Ionic 2 Android Build Prod Warning while checking gang signing

I get an error when creating my Ionic application, this happens in a new application (which I started from scratch a couple of days ago). None of my old applications have this problem. The problem does not occur in any of the old applications, that is, in applications whose age is 4-5 months.

WARNING: META-INF / android.arch.lifecycle_runtime.version is not protected by signatures. Unauthorized changes to this JAR entry will not be detected. Delete or move the entry outside META-INF /.

and it continues for 4-5 more files.

Information about my environment:

cli packages: (/ usr / local / lib / node_modules)

@ionic/cli-utils  : 1.19.0
ionic (Ionic CLI) : 3.19.0

global packages:

cordova (Cordova CLI) : 7.1.0 

local packages:

@ionic/app-scripts : 3.1.6
Cordova Platforms  : android 6.3.0 ios 4.5.4
Ionic Framework    : ionic-angular 3.9.2

System:

Node  : v8.9.1
npm   : 5.6.0 
OS    : macOS High Sierra
Xcode : Xcode 9.2 Build version 9C40b 

Environment Variables:

ANDROID_HOME : not set

Miscellaneous:

backend : pro

Is this a security issue or am I missing something?

.

+4
1

[TEMP FIX]. nos, META apk , ,

sudo zip -d apkfilename.apk META-INF/android.arch.lifecycle_runtime

!

0

Source: https://habr.com/ru/post/1691396/


All Articles