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

Android Release command node node/modules..... #96

Open
Dellybro opened this issue Jan 21, 2020 · 1 comment
Open

Android Release command node node/modules..... #96

Dellybro opened this issue Jan 21, 2020 · 1 comment

Comments

@Dellybro
Copy link

After running the android release command my project gets a folder called "Raw" what is the purpose of this folder?

I end up not being able to run my program because i get duplicate architecture errors. When i remove the folder, the threads don't work as expected.

Thanks in advance.

@AireshBhat
Copy link

AireshBhat commented Oct 21, 2020

Running into the same issue. Any leads on how you fixed it would be helpful. Thanks

Edit: I had a library that was being referenced both in the thread file and the normal app code. Creating bundles for each caused the library to be bundled twice. So moved all functions related to that library into the thread implementation and then it finally worked.

In short: If you are using a library in thread, don't use it in the app code anywhere and vice versa.

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

No branches or pull requests

2 participants