I need help merging two extension projects into one

I have two separate extensions and I want to join them by copying the Java files from one into the main one to compile them, but I'm having problems with the context variable, since both use this.context = container.$context(); and it affects the result of the second extension's Java files, causing for example the location service to not work. Is there any way to join the two extensions and compile them without these kinds of problems? Thanks

Yeah, you can totally merge two extension projects into one.

I think I'd need more info about your project to really help you out, though.

Thanks, the problem is solved. It was a small modification to the manifest. Your program is great, it helps us a lot.

1 Like