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

What is the best tool or IDE to work with attach source code? #402

Open
ctoabidmaqbool opened this issue Aug 8, 2024 · 2 comments
Open

Comments

@ctoabidmaqbool
Copy link

As For Android development Attach is the base library to do work on. May time new feature / plugins is needed to do develop.

So I am in confusion, which one is the best IDE or tool to do Development of Attach source code, with propper code intellisence, refactoring, code navigation etc for Java or C code.

I am on Windows or Linux device,

So which tool can i Use, e.g. IntelliJ Idea Community Edition, Android Studio, Eclipse, Netbeans IDE or VSCode?

@ctoabidmaqbool
Copy link
Author

The same issue is for AttachExtended too!

@ctoabidmaqbool
Copy link
Author

ctoabidmaqbool commented Aug 8, 2024

In simple means, I am talking that a better way to do easy development of C or Java when working with Attach or Attach Extended Plugins Projects.

As IntelliJ Idea Community does'nt have C/C++ support, so VS Code can be used, which i thinks works well!

But for java case It's not working well.

As below is the Attach structure, now within main, currently java and resources are considered for valid java resources and native is ignored one, how can i solve the issue?

Attach
          modules
                        plugin
                                  src
                                      main
                                              java
                                              native
                                                        android
                                                                    c
                                                                    delvik
                                                        ios
                                              resources

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

1 participant