You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to App Inventor Open Source Development
Hi everyone,
I'm new in this open source development group.
I am a student who would like to do a thesis by integrating features to the app inventor. I just tested AI2 locally but I still could not type code to do experiments. I'd like to handle the code with Eclipse. Do any of you use this approach? Is there a practical guide to configuring on Eclipse? Are there better approaches? Thanks so much
Ken Nichols
unread,
Aug 7, 2018, 2:41:34 PM8/7/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to App Inventor Open Source Development
We use a mix of editors here at MIT. I primarily use IntelliJ IDEA, but will also hack on files in emacs if I'm in a terminal and need to make an edit. Others use emacs exclusively and some of the students use VS Code. I used to use Eclipse, but I find that integrating the newer Android development plugin for IntelliJ easier than using the older version in Eclipse. See also recently the post that I made in this forum about debugging the companion with IntelliJ--it may be useful for you if you are in a tight spot working on your extensions.
Regards,
Evan
Lorenzo Vitale
unread,
Aug 9, 2018, 11:27:44 AM8/9/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to App Inventor Open Source Development
Thank you,
That's ok. Now I'm coding by Eclipse and compiling and running on terminal.