-
-
Notifications
You must be signed in to change notification settings - Fork 136
Static binding generator crash build-time: clazz is null causes app to crash #665
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
Comments
@roblav96 I was unable to make a fresh app crash using the aforementioned versions when extending a native activity. |
@Pip3r4o I too am unable to reproduce extending activity with a fresh app as well. Very strange :O Also |
@roblav96 it is generated on build, if |
@Pip3r4o I figured out the cause, bradmartin/nativescript-snackbar#16 |
@roblav96 responded in the issue you linked above, I believe to be a missing dependency to a particular version (22.2.0) of the design library. |
Edit: the crash was reproduced successfully and a fix is underway. |
@Pip3r4o ❤️ |
Please, provide the details below:
Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?
Yes.
Tell us about the problem
Recently cleaned out my project directory and now I'm having these build issues:
which results in the app crashing on launch.
Please provide the following version numbers that your issue occurs with:
Did the error happen while the app was being constructed? (buildtime error)
Yes. I tried doing
--log trace
but it flooded my terminal memory and couldn't capture it 😦The app builds and deploys to device no problem.
Did the error happen while the app was executing? (runtime error)
Yes,
Not sure what all that means 🤐
Please tell us how to recreate the issue in as much detail as possible.
Creating a new blank project does not produce this error; but I am extending the activity:
I'm in the midst of trial and error removing parts of the app trying to get it to build. lol
The text was updated successfully, but these errors were encountered: