Android Eclipse Development - Cant Create a New Android Project - Mac OS

I had a problem creating a new Android project using the eclipse wizard and everything went fine. several projects worked. Now, when I click Finish in the last step of the wizard, it remains open, and an empty project with white marked packages is added to the work branch. I tried reinstalling eclipse and this is sdk + plug, it’s nothing anyway.

Thank you for your help, thank you in advance

Ben

+4
source share
1 answer

Perhaps this is due to the jre update. On Linux, the SVN plugin was used to fail when connecting hhtps when using the open JDK.

To find out the problem, try checking the workspace log in /workspace/.metadata/. I suggest you delete the log file and then run your eclipse and try to create an error. Most likely, the plugin gets an exception that is not handled (or handled incorrectly), and you can probably find out what happened to the log file.

+1
source

Source: https://habr.com/ru/post/1445205/


All Articles