Viewing 13 posts - 1 through 13 (of 13 total)
-
AuthorPosts
-
October 22, 2019 at 4:08 pm #36796
tschipunzaParticipantI'm getting Typescript Errors after i have installed all dependencies. Please assist swiftly RegardsOctober 24, 2019 at 7:13 am #36915
Scott LangKeymasterIf you want to set up at your end-use our steps which we have followed: https://gist.githubusercontent.com/shubham-99fusion/b9390410773f70106d329e7de885c932/raw/81c8468a6b3110471eb868122a1ebcad6934e462/Setup%2520WPLMS%2520App Here is our latest package.json: https://gist.githubusercontent.com/shubham-99fusion/f673d1d7a9fb3971a9dba5fbc07818b3/raw/132fc0ae8c6c2ed11485b5bf4b61cc4a0c445417/package.jsonOctober 24, 2019 at 8:13 am #36926
tschipunzaParticipantHello, I managed to run app on browser however i'm getting an error when i try to install app. If i build i'm get an error saying App not installed. if i run command ionic cordova run android -l app installs but shows error saying Application Error net:: ERR_CLEARTEXT_NOT_PERMITTED (http://localhost:8100)October 26, 2019 at 8:08 am #37038
AlexKeymasterPlease try to build debug app to test in mobile by running this command in your ionic project : ionic cordova build androidOctober 26, 2019 at 8:25 am #37040
tschipunzaParticipantI'm getting error when i try to build * What went wrong: A problem occurred evaluating project ':app'. > Could not resolve all artifacts for configuration 'classpath'. > Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.60-eap-25. Searched in the following locations: - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.pom - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.jar - https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.pom - https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.jar - https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.pom - https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.jar Required by: unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.build:builder:4.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.lint:lint-gradle-api:27.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.build:gradle-api:4.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > androidx.databinding:databinding-compiler-common:4.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.build:builder:4.0.0-alpha01 > com.android.tools:sdk-common:27.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.build:builder:4.0.0-alpha01 > com.android.tools:common:27.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.build:builder:4.0.0-alpha01 > com.android.tools.build:manifest-merger:27.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.build:builder:4.0.0-alpha01 > com.android.tools.analytics-library:tracker:27.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.build:builder:4.0.0-alpha01 > com.android.tools:sdklib:27.0.0-alpha01 > com.android.tools:repository:27.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.build:builder:4.0.0-alpha01 > com.android.tools:sdk-common:27.0.0-alpha01 > com.android.tools.analytics-library:shared:27.0.0-alpha01 > Could not find org.jetbrains.kotlin:kotlin-reflect:1.3.60-eap-25. Searched in the following locations: - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-reflect/1.3.60-eap-25/kotlin-reflect-1.3.60-eap-25.pom - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-reflect/1.3.60-eap-25/kotlin-reflect-1.3.60-eap-25.jar - https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-reflect/1.3.60-eap-25/kotlin-reflect-1.3.60-eap-25.pom - https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-reflect/1.3.60-eap-25/kotlin-reflect-1.3.60-eap-25.jar - https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.3.60-eap-25/kotlin-reflect-1.3.60-eap-25.pom - https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-reflect/1.3.60-eap-25/kotlin-reflect-1.3.60-eap-25.jar Required by: unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.lint:lint-gradle-api:27.0.0-alpha01 unspecified:unspecified:unspecified > com.android.tools.build:gradle:4.0.0-alpha01 > com.android.tools.build:builder:4.0.0-alpha01 > com.android.tools:sdk-common:27.0.0-alpha01 > Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.60-eap-25. Searched in the following locations: - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.pom - https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.jar - https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.pom - https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.jar - https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.pom - https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.60-eap-25/kotlin-stdlib-jdk8-1.3.60-eap-25.jar Required by: unspecified:unspecified:unspecified > com.google.gms:google-services:4.2.0 > com.google.android.gms:strict-version-matcher-plugin:1.1.0 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 15s [ERROR] An error occurred while running subprocess cordova. cordova.cmd build android exited with exit code 1. Re-running this command with the --verbose flag may provide more information.October 29, 2019 at 8:24 am #37178
HarrySpectatorHello please setup the app with this documentation http://bit.ly/2BNAQ10 and here is the package.json : http://bit.ly/2JtBXXGNovember 1, 2019 at 6:47 am #37449
Scott LangKeymasterHi, It looks like you have to get google service-JSON plugin error. Please try to match our plugin version: https://gist.github.com/shubham-99fusion/9f24d48af1559fb5cebed0ad3f19cc04 If not then first remove plugin then add with versionNovember 5, 2019 at 6:56 am #37774
tschipunzaParticipantD8: Program type already present: com.google.zxing.BarcodeFormat FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: Program type already present: com.google.zxing.BarcodeFormat Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 22s [ERROR] An error occurred while running subprocess cordova. cordova.cmd build android exited with exit code 1. Re-running this command with the --verbose flag may provide more information.November 5, 2019 at 6:59 am #37777
tschipunzaParticipantI keep following your documentation and having same errors. You app runs on on web but on actual devices it doesn't build yet alone install.November 11, 2019 at 3:38 pm #38212
kentaParticipanthello I have same error. How can I fix it. * What went wrong: Execution failed for task ':app:processReleaseGoogleServices'. > File google-services.json is missing. The Google Services Plugin cannot function without it.December 3, 2019 at 7:26 am #39814
HarrySpectatorHello open project directory http://prntscr.com/q5euvt in platform go to the app folder and open it and place the google-service.json folder here http://prntscr.com/q5evc1June 18, 2020 at 5:36 am #56851
HarrySpectatorHello In the Above Reply, I already told you to place the google.service.json file on the platforms\android- And the: platforms\android\app\ In your app source folder go to platform\android and place the google.service.json file in here, And also inside the app folder. -
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)
- You must be logged in to reply to this topic.