问题
I have an apk released in playstore which is built using React-Native. Now, I wanted to build the same project using the Android Studio. The package name and app id is same, the keystore is also same. But, whenever I try to install a newer apk (built with Android Studio) over the old apk(built with React-Native) it says apk is not installed.
Is there someone faced the same same problem? Or, may some one can help me there? Thanks a lot in advance.
回答1:
if the package is same then this happens only because of difference of buildtype. either you are installing debug apk over signed apk and vice versa.
来源:https://stackoverflow.com/questions/57759959/apk-build-with-reactnative-cant-be-replaced-with-apk-build-with-android-studio