Technikoc commented on issue #1436:
URL:
https://github.com/apache/cordova-android/issues/1436#issuecomment-1137331207
Thank you for the link but i dont have many hours every day for this app
(cause of my work) and i would really need any help provided through here
better for me and whenever someone can give a hand.
I opened the previous working version of apk and checked some versions
inside and i opened the nre with errors (it builds the release but it cannot be
installed)
Here are the versions i found till now
# Android Version
var PLATFORM_VERSION_BUILD_LABEL = '9.1.0';
# Gradle version (META-INF\MANIFEST.MF)
Manifest-Version: 1.0
Built-By: Generated-by-ADT
Created-By: Android Gradle 4.0.0
Both apk`s previous and the fault one has the same versions and i dont know
what the problem is.
----- I am using at enviroment path of windows :
c:\gradle-6.9.1\bin
----- inside gradle.build i have
buildscript {
ext.kotlin_version = '1.3.50'
apply from: 'repositories.gradle'
repositories repos
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
apply from: 'repositories.gradle'
repositories repos
project.ext {
defaultBuildToolsVersion="29.0.2" //String
defaultMinSdkVersion=22 //Integer - Minimum requirement is Android 5.1
defaultTargetSdkVersion=29 //Integer - We ALWAYS target the latest by
default
defaultCompileSdkVersion=29 //Integer - We ALWAYS compile with the
latest by default
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
------ In the gradle-wrapper.properties
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
------ As a build.wrapper says
task wrapper(type: Wrapper) {
gradleVersion = '6.5'
}
i can give lines of my files from my previous working apk and the fault apk
if somehow can be helpfull for someone who knows what to do and give me a hand
once a day or days cause i really need to fix and be able to update my app
files.
Thank you in advance
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]