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

fix(Application): getNativeApplication wrong ActivityThread #10326

Merged
merged 1 commit into from Jun 23, 2023

Conversation

rigor789
Copy link
Member

PR Checklist

What is the current behavior?

In some cases when trying to access the native application, an error is thrown:

Error: java.lang.ClassNotFoundException: androidx.appcompat.app.AppCompatActivityThread

What is the new behavior?

The native application is correctly found/resolved.

fixes #10325

Note: This line was likely changed by accident in my #10286 PR as I don't recall making this change, or a reason to do so.

@nx-cloud
Copy link

nx-cloud bot commented Jun 23, 2023

Nx Cloud Report

Attention: This version of the Nx Cloud GitHub bot will cease to function on July 1st, 2023. An organization admin can update your integration here.

CI is running for commit 3fb19be.

📂 Click to track the progress, see the status, the terminal output, and the build insights.


Sent with 💌 from NxCloud.

@cla-bot cla-bot bot added the cla: yes label Jun 23, 2023
@NathanWalker NathanWalker merged commit 029ed4f into main Jun 23, 2023
3 checks passed
@NathanWalker NathanWalker deleted the fix/application-get-native-application branch June 23, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: java.lang.ClassNotFoundException: androidx.appcompat.app.AppCompatActivityThread
2 participants