Cs Cart Mobile App

Hello everyone

I want to start deploying my cs mobile app version i did the recommended steps ( i followed the documentation ) and i sent the file ,,,

Now i have the source code of my mobile app when i try to run it using react native it gives an error,,,

i want to know how can i run it !! any one who have through the same scenario tell me how can i run the APP !!!!!

thanks in advance

Hello everyone

I want to start deploying my cs mobile app version i did the recommended steps ( i followed the documentation ) and i sent the file ,,,

Now i have the source code of my mobile app when i try to run it using react native it gives an error,,,

i want to know how can i run it !! any one who have through the same scenario tell me how can i run the APP !!!!!

thanks in advance

i encounter this error when trying to run the app

Could not unzip C:\Users\1\.gradle\wrapper\dists\gradle-6.4.1-all\13imxtezgn9nwzqt8rgtkunh1\gradle-6.4.1-all.zip to C:\Users\1\.gradle\wrapper\dists\gradle-6.4.1-all\13imxtezgn9nwzqt8rgtkunh1.
Reason: zip END header not found
Exception in thread "main" java.util.zip.ZipException: zip END header not found
        at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1474)
        at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1482)
        at java.base/java.util.zip.ZipFile$Source.(ZipFile.java:1320)
        at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1282)
        at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709)
        at java.base/java.util.zip.ZipFile.(ZipFile.java:243)
        at java.base/java.util.zip.ZipFile.(ZipFile.java:172)
        at java.base/java.util.zip.ZipFile.(ZipFile.java:186)
        at org.gradle.wrapper.Install.unzip(Install.java:235)
        at org.gradle.wrapper.Install.access$900(Install.java:27)
        at org.gradle.wrapper.Install$1.call(Install.java:81)
        at org.gradle.wrapper.Install$1.call(Install.java:48)
        at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:69)
        at org.gradle.wrapper.Install.createDist(Install.java:48)
        at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:107)
        at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:63)

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
Exception in thread "main" java.util.zip.ZipException: zip END header not found

i encounter this error when trying to run the app

Could not unzip C:\Users\1\.gradle\wrapper\dists\gradle-6.4.1-all\13imxtezgn9nwzqt8rgtkunh1\gradle-6.4.1-all.zip to C:\Users\1\.gradle\wrapper\dists\gradle-6.4.1-all\13imxtezgn9nwzqt8rgtkunh1.
Reason: zip END header not found
Exception in thread "main" java.util.zip.ZipException: zip END header not found
        at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1474)
        at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1482)
        at java.base/java.util.zip.ZipFile$Source.(ZipFile.java:1320)
        at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1282)
        at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709)
        at java.base/java.util.zip.ZipFile.(ZipFile.java:243)
        at java.base/java.util.zip.ZipFile.(ZipFile.java:172)
        at java.base/java.util.zip.ZipFile.(ZipFile.java:186)
        at org.gradle.wrapper.Install.unzip(Install.java:235)
        at org.gradle.wrapper.Install.access$900(Install.java:27)
        at org.gradle.wrapper.Install$1.call(Install.java:81)
        at org.gradle.wrapper.Install$1.call(Install.java:48)
        at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:69)
        at org.gradle.wrapper.Install.createDist(Install.java:48)
        at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:107)
        at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:63)
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
Exception in thread "main" java.util.zip.ZipException: zip END header not found

Hi!

It looks like the archive with Gradle was downloaded not completely or it is corrupted.

You cant try to follow the advices from this topic:
https://stackoverflow.com/questions/52411697/intellij-compilation-error-zip-end-header-not-found

Hope it helps.

Hi!

It looks like the archive with Gradle was downloaded not completely or it is corrupted.

You cant try to follow the advices from this topic:
https://stackoverflow.com/questions/52411697/intellij-compilation-error-zip-end-header-not-found

Hope it helps.

problem solved thank you

problem solved thank you

You are welcome! :)