Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsupportedOperationException: Failed to resolve attribute at index 13: TypedValue{t=0x2/d=0x7f04067a a=-1} #20819

Open
sentry-io bot opened this issue May 15, 2024 · 2 comments

Comments

@sentry-io
Copy link

sentry-io bot commented May 15, 2024

Sentry Issue: JETPACK-ANDROID-RSN

RuntimeException: Unable to start activity ComponentInfo{com.jetpack.android/org.wordpress.android.ui.main.WPMainActivity}: android.view.InflateException: Binary XML file line #44 in com.jetpack.android:layout/main_activity: Binary XML file line #44 in com.jetpack.android:layout/main_activity: Error inflating class org.wordpress.android.widgets.WPTextView
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3302)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3441)
    at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
    at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
    at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
...
(7 additional frame(s) were not displayed)

InflateException: Binary XML file line #44 in com.jetpack.android:layout/main_activity: Binary XML file line #44 in com.jetpack.android:layout/main_activity: Error inflating class org.wordpress.android.widgets.WPTextView
InflateException: Binary XML file line #44 in com.jetpack.android:layout/main_activity: Error inflating class org.wordpress.android.widgets.WPTextView
InvocationTargetException: None
    at org.wordpress.android.ui.main.WPMainActivity.onCreate(WPMainActivity.java:338)
    setContentView(R.layout.main_activity);
...
(25 additional frame(s) were not displayed)

UnsupportedOperationException: Failed to resolve attribute at index 13: TypedValue{t=0x2/d=0x7f04067a a=-1}
    at org.wordpress.android.widgets.WPTextView.<init>(WPTextView.java:26)
    super(context, attrs);
    at org.wordpress.android.ui.main.WPMainActivity.onCreate(WPMainActivity.java:338)
    setContentView(R.layout.main_activity);
...
(34 additional frame(s) were not displayed)
@dangermattic
Copy link
Collaborator

dangermattic commented May 15, 2024

Thanks for reporting! 👍

@antonis
Copy link
Member

antonis commented May 15, 2024

There is only one occurrence at this point. I'll monitor if this escalates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants