Why signed android apk is not running on emulator

前端 未结 6 2073
滥情空心
滥情空心 2021-02-11 03:35

I have made a signed apk of an android project. Whenever my client try to run it on the emulator, he faces the following error message:

D:\\Android\\android-sdk-         


        
6条回答
  •  无人共我
    2021-02-11 03:44

    You can run the Command:

    C:\Program Files\Android\android-sdk\platform-tools>adb logcat
    

    It will give you a more detail on which exact file is not signed:

    Package has no certificates at entry assets/META-INF/AIR/application.xml; ignoring! 
    

提交回复
热议问题