Closed
Description
[REQUIRED] Please fill in the following fields:
- Unity editor version: 2019.4.22 ,2019.4.27f1c1
- Firebase Unity SDK version: 7.20
- Source you installed the SDK: .unitypackage
- Problematic Firebase Component: Cloud Storage
- Other Firebase Components in use:
- Additional SDKs you are using:
- Platform you are using the Unity editor on:Windows
- Platform you are targeting:Android
- Scripting Runtime: IL2CPP
[REQUIRED] Please describe the question here:
1,create an empty project->import storage pakage->add google-services.json file and change project Id->force resolve->Build and run->install failed
error:
CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details.
D:/Unity/2019.4.27f1c1/Editor/Data/PlaybackEngines/AndroidPlayer\SDK\platform-tools\adb.exe -s "a73ec6b6" install -r -d "C:\Users\Mobchang-03\Desktop\test.apk"
but there is no error building a totally empty project,which means there is nothing wrong with my Android SDK right?