Closed imknown closed 5 years ago
I'm not very sure, maybe a similar issue with https://github.com/react-community/create-react-native-app/issues/261?
@simpleton Windows-generated App cannot be installed on real phones, and there is no dir like .expo/android-apk-cache
.
The assembleRelease
works well but the resguardRelease
not. Maybe the issue on SevenZip
?
I'm not sure. Maybe u can disable SevenZip flag for debuging.
@simpleton use7zip = false
works.
hi, can someone please help me with this issue I'm having when trying to install an android apk file using adb. Everything was working and just stopped working recently. I have no clue what changed.
Failure [INSTALL_PARSE_FAILED_NOT_APK: Failed to parse /data/app/vmdl1311252415.tmp/base.apk]
@shmet206 Need more log.
i usually just clean the project
"clean:android": "cd android && ./gradlew clean && cd ../",
"clean:ios": "cd ios && xcodebuild clean && cd ../",
"clean": "npm run clean:android && npm run clean:ios"
We are also getting same error while installing via adb install command - adb: failed to install xxxx.apk: Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed to parse /data/app/vmdl1706283596.tmp/base.apk: AndroidManifest.xml]
Please help us to resolve it soon and let me know if you required any further details
Windows raises the error below but Linux DOES NOT.