Closed anderbggo closed 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.
Androidmanifest:
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.