I've downloaded the Android ADT bundle so that I can learn to code Android applications. I also downloaded every package on the SDK manager.
Unfortunately, when I try to code anything in Java Eclipse crashes upon opening content assist.
Basically, when I type the dot operator the content assist box opens and suggests methods as per the norm. However, when I type anything after this point the content assist box tries to open the accompanying window with API information about the method I'm trying to invoke. At this point Eclipse crashes, without fully loading the API window.
If I don't specify the -vm argument in the eclipse.ini file the windows error window says that 'Java(TM) platform SE binary has stopped working' and gives me an error window afterwards as follows: https://i.stack.imgur.com/AfdOc.png
If I do specify the -vm argument(and I'm not sure I'm doing this correctly) the windows error window say that 'eclipse.exe has stopped working' and does not give any more information.
Having tried several things and having looked everywhere I'm stumped.