Ionic build armv7

Hi,
I’m build apk.
I installed armv7.apk form my real device. maybe 20second wait splashscreen and run
why wait so long?

How did you build your app?
What device are you testing on?

What is your ionic info output?

and I’m using crosswalk

That device is 5 years old, running a Android version that is as old.

You also produced an un-optimized build. No surprise here.

Build it using ionic cordova build android --prod.

Great, you created two topic for the same thing again: Ionic build x86 or armv7 (Error Mismatch of cpu architecture) I closed this one so we can continue the discussion here.

1 Like

Read the error and fix it. Says quite clearly what to do.

I’m solved error.but same thing .maybe 20second wait splashscreen and run.
I run different device no change

Start a new app with ionic start blank blank and build this one. (Maybe add Crosswalk first for old Android version) Is it also this slow?

Yes I’m new project empty.add crosswalk.and also slowly.
maybe 10second wait
and I got error and add
config.xml
<preference name="loadUrlTimeoutValue" value="700000" />
apk is load the device 80mb it’s normal?

Emulator is fast open

my confix.xml

    <preference name="loadUrlTimeoutValue" value="700000" />
    <preference name="webviewbounce" value="false" />
    <preference name="UIWebViewBounce" value="false" />
    <preference name="DisallowOverscroll" value="true" />
    <preference name="android-minSdkVersion" value="16" />
    <preference name="BackupWebStorage" value="none" />
    <preference name="StatusBarStyle" value="default" />
    <preference name="SplashMaintainAspectRatio" value="true" />
    <preference name="FadeSplashScreenDuration" value="300" />
    <preference name="SplashShowOnlyFirstTime" value="false" />
    <preference name="SplashScreen" value="screen" />
    <preference name="SplashScreenDelay" value="3000" />