APK build with ReactNative Can't be Replaced with APK build with Android Studio

与世无争的帅哥 提交于 2019-12-23 23:23:32

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!