Unity-Technologies / GooglePlayLicenseVerification

Unity Android plugin example on how to interface the Google Play License Verification (LVL) servers
MIT License
84 stars 26 forks source link

Unable to instantiate activity ComponentInfo error #4

Closed sam-eller closed 5 years ago

sam-eller commented 5 years ago

Android build has error: java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.company.appname/com.unity3d.player.UnityPlayerProxyActivity}

Because the Main Activity is in com.unity3d.player.UnityPlayerProxyActivity instead of com.unity3d.player.UnityPlayerActivity. Kind of annoying that it came like this.

Over17 commented 5 years ago

Fixed in #5 - please let know if it works for you.