I develop an app with B4A.
It worked OK in all devices .But I bough a new device and I have this response when I try to install or debug
INSTALL_FAILED_DUPLICATE_PACKAGE: app not in white_list
Its not possible the device had that name app installed. And I tried with others with the same message.
Android version is 13
My manifiest include
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
I am missing something or the device has limits to install software or some new from Google?
How can I fix the problem? I must update SDK ?
Thanks in advance
It worked OK in all devices .But I bough a new device and I have this response when I try to install or debug
INSTALL_FAILED_DUPLICATE_PACKAGE: app not in white_list
Its not possible the device had that name app installed. And I tried with others with the same message.
Android version is 13
My manifiest include
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
I am missing something or the device has limits to install software or some new from Google?
How can I fix the problem? I must update SDK ?
Thanks in advance