elringus / unity-google-drive

Google Drive SDK for Unity game engine
https://forum.unity.com/threads/515360
MIT License
404 stars 64 forks source link

android.content.ActivityNotFoundException #92

Closed anderbggo closed 2 years ago

anderbggo commented 2 years ago

Unable to start activity ComponentInfo{project_ID/com.elringus.unitygoogledriveandroid.AuthorizationActivity}

I checked the manifest and it seems to be ok:

<activity android:name="com.elringus.unitygoogledriveandroid.AuthorizationActivity" android:launchMode="singleTask" android:theme="@android:style/Theme.Translucent.NoTitleBar" />

In the unity editor it works well, the problem is whe I tried on android devices. Can you help me?

Thank you.

error_android

anderbggo commented 2 years ago

Androidmanifest: manifest