√ Linked local project to EAS project 1bff4275-86f9-4b0d-bb2f-.....
PNG images validation failed:
"exp.icon" is not valid PNG
When I run following command
eas build -p android --profile preview
When I tried it first it was running but now I am getting this error
Related
I was using expo build:android -t apk to get an apk file an try the application.
It was automatically available in expo.
Now I try to do the same with eas but it is not working.
I tried :
yarn eas build -p android -t apk
yarn eas build -p android --profile preview
yarn eas build -p android
All my build are of course created, but no one is available directly in expo like I was used to.
Any idea ?
I created an empty project and uploaded it using EAS build for android. "eas build -p android". but the app.aab file has 30.9MB. An empty native project in kotlin/java has something about 5-7MB. How can I reduce this EAS app bundle?
expo build:android -t app-bundle works for me
enter image description here
Why do you want the new Build React Native Can't Compressing Project Files?
What is wrong ?
Is the EAS EXPO still the development stage?
if you use it
Expo Build: Android -t APK
Expo Build: Android -t App-Bundle
can be good but if you use it
EAS Build - Android Platform
EAS Build - Platform iOS
EAS Build -P Android - Prevrofile Preview
can't,
why ?
When I build the apk an error message appears like this.
But if the apk builds successfully and then installs it on the smartphone, the application crashes.
When I run the app using react-native run-android app is loading fine with all images (not talking about external urls, images in the app folder). but when I generate the apk using ./gradlew assembleRelease, the apk is generating fine but with no images. I didnt see any errors when generating the apk
I deleted the .dist folder in node_modules and have tried running the command curl "http://localhost:8081/index.android.bundle?platform=android" -o "android/app/src/main/assets/index.android.bundle"
from this link Android failed to load JS bundle
I want the apk generated should have the images
Please try with https instead of http