gms-licenses-plugin

Android OSS license plugin crash on tapping menu items

寵の児 提交于 2019-12-18 13:59:28
问题 I've been trying out the Google APIs for Android OSS licenses tool and come across an issue. The activity is being launched from a library module that contains the preferences aspect to my app. However, the Play Services code is crashing a lot! Has anyone seen this upon tapping the found OSS list items? java.lang.RuntimeException: Unable to start activity ComponentInfo{com.oceanlife/com.google.android.gms.oss.licenses.OssLicensesActivity}: java.lang.NullPointerException: Attempt to invoke

OSS license plugin crashes on starting OssLicensesMenuActivity

不问归期 提交于 2019-12-02 02:25:30
问题 Every one! I've included Android OSS using this tutorial Google APIs for Android OSS licenses. into my project (target sdk version is 27). But I have an issue when I starting OssLicensesMenuActivity . I do this as follows: OssLicensesMenuActivity.setActivityTitle("OSS Licenses Demo"); startActivity(new Intent(getActivity(), OssLicensesMenuActivity.class)); Here is issue: ResourceType: For resource 0x7f07000a, entry index(10) is beyond type entryCount(4) java.lang.RuntimeException: An error

OSS license plugin crashes on starting OssLicensesMenuActivity

左心房为你撑大大i 提交于 2019-12-02 01:32:52
Every one! I've included Android OSS using this tutorial Google APIs for Android OSS licenses . into my project (target sdk version is 27). But I have an issue when I starting OssLicensesMenuActivity . I do this as follows: OssLicensesMenuActivity.setActivityTitle("OSS Licenses Demo"); startActivity(new Intent(getActivity(), OssLicensesMenuActivity.class)); Here is issue: ResourceType: For resource 0x7f07000a, entry index(10) is beyond type entryCount(4) java.lang.RuntimeException: An error occurred while executing doInBackground() at android.support.v4.content.ModernAsyncTask$3.done

Android OSS license plugin crash on tapping menu items

℡╲_俬逩灬. 提交于 2019-11-30 10:56:40
I've been trying out the Google APIs for Android OSS licenses tool and come across an issue. The activity is being launched from a library module that contains the preferences aspect to my app. However, the Play Services code is crashing a lot! Has anyone seen this upon tapping the found OSS list items? java.lang.RuntimeException: Unable to start activity ComponentInfo{com.oceanlife/com.google.android.gms.oss.licenses.OssLicensesActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.app.ActionBar.setTitle(java.lang.CharSequence)' on a null object