Unoptimized APK

Just put together an empty app and setting up the build and deploy to closed group on the Play Store. I’m getting an “Unoptimized APK” warning, which is new to see. I’m using the included Appflow release build and package. Anyone have any ideas, or is it a better idea to just abandon Appflow?

1 Like

Did you try giving only the basic options as per the documentation ? I’m just trying to narrow down the possibilities. Also check whether you are able to take image from a default camera app ?

const options: CameraOptions = {
  quality: 100,
  destinationType: this.camera.DestinationType.FILE_URI,
  encodingType: this.camera.EncodingType.JPEG,
  mediaType: this.camera.MediaType.PICTURE
}

This resolved itself overnight without APK changes. Quite odd.

It’s not an error. It’s just a warning we can ignore it. Sometime Rollout button get’s disalbe because we forget some steps.