You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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
orVSCode
?The text was updated successfully, but these errors were encountered: