-
Notifications
You must be signed in to change notification settings - Fork 28
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
application did not start after injection - Unity VR project apk on Meta Quest 3 #20
Comments
@hitfzyangdianshi If it still doesn't work, please send me the APK to '[email protected]' and I'll check it. |
Hi. I updated my gadget, and tried again. But, the game still did not start. game: This game is developed by Unity, according to the asset info in apk packet. |
- Update version to 1.3.9 - Modify inject_gadget_into_apk function to accept main_activity as an optional parameter - Update CLI to include --main-activity option - Handle cases where the main activity is not found or needs to be specified manually
@hitfzyangdianshi How about trying to change the main activity to UnityPlayerActivity? |
I have changed the main activity to It seems that there is another user having met a similar issue before (#17 ), but that user had solved the issue (#17 (comment) ). That user mentioned that
but I do not think in my case the gadget library is injected wrong. |
I am facing the same issue, very similar to @hitfzyangdianshi, the app instantly crashed and according to the logcat:
|
I build a VR game apk by Unity, and after injection gadget and install it on Quest 3, the game did not start.
architecture:
--arch arm64
I also tried
--no-res
and--use-aapt2
, and also did not work.The text was updated successfully, but these errors were encountered: