-
Notifications
You must be signed in to change notification settings - Fork 151
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
Package is giving issue while creating android builds #306
Comments
Thanks for raising this issue. Do you have a minimal repo setup to replicate this issue and the steps to reproduce this? |
The error indicates that there is an issue with the AndroidManifest.xml file in the jail-monkey module. Specifically, it mentions that no package name was found. To resolve this issue, you need to ensure that the AndroidManifest.xml file in the jail-monkey module has a valid package name.
Save the file and try to clean and rebuild your project again:
or u can use older version such as 2.8.0 |
Hello @FlowerbeanAnsh, Ever since PR#232 we no longer support AGP < 7. It is recommended to upgrade your react native and packages to the latest version as older versions of react native dependencies may contain security vulnerability |
After recent publish the package is giving below mentioned error while creating android build, earlier it was totally working fine.
Using react-native v0.64
error: package undefined does not exist
import undefined.JailMonkeyPackage;
^
error: cannot find symbol
new JailMonkeyPackage(),
^
symbol: class JailMonkeyPackage
location: class PackageList
2 errors
FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered: