Why IONIC creating android-armv7-debug.apk and android-x86-debug.apk -
i creating ionic 2 app , working , ionic build android command creating android-debug.apk testing not sure change affected , creating android-armv7-debug.apk , android-x86-debug.apk files higher in size 50mb , tried --release parameter creating same unsigned files.
question:-
1) changes might have affected this? 2) how can build android-debug.apk , android-release-unsigned.apk builds?
thanks sanny
instead of command have used, use below 1 , see that.
note: path: ..\platforms\android\build\outputs\apk
generated.before running below command remove old apk's.
ionic run android --device
or can run on emulator
ionic emulate android
Comments
Post a Comment