Android studio version: 3.2 canary 16 compileSdkVersion 'android-P' minSdkVersion 14 targetSdkVersion 27
I have just create one default android project from android studio as: New project -> choose min and max sdk version -> blank activity -> ready
Build that project, create build apk from Build -> Build bundle/apks -> build apk -> copy that apk on device and install, works fine!
Now, from refactor option -> refactor to AndroidX done same step again: from Build -> Build bundle/apks -> build apk -> copy that apk on device and install -> giving error as : "App not installed"
Anyone know how to solve this?