Issue
I'm trying to create and run a simple HelloWorld Android application using IntelliJ, but it fails to start - the AVD window displays but the application fails to load. Here's the output I receive:
This is my first attempt at writing an Android application. I followed this very helpful tutorial to get this far, but I'm struggling to find more information regarding this error.
Any help would be greatly appreciated. Many thanks in advance.
Solution
The issue was with the size of the internal storage I specified for my AVD. I had 16GB - based on the HTC One S. After resetting this to the default 200MB, it worked.
Unfortunately, I don't know why exactly this causes the error I received... if anyone can provide insight into it, I'd love to know. Even simply why 16GB seems to be to much.
Answered By - a humble developer
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.