-
Fixed: Android requires compiler compliance level 5.0. Please fix project properties.
When I tried to import an existing eclipse android project to my new workspace, I encountered an error: Android requires compiler compliance level 5.0. Please fix project properties. So here’s what I did to fix this problem: Right Click Project > Properties > Java Build Path > Order and Export Tab > Check Your Android […]
-
Fixed: R cannot be resolved to a variable
I encountered this problem when I was making a new project on my eclipse workspace. I got a red underline on “R” in this part of my code So here’s what I did to fix this issue. Go to Project Properties > Java Build Path > Tick Android Version Checkbox Then if your workspace does […]
-
Android Fix: Eclipse is loading framework information and the layout library from the SDK folder. main.xml will refresh automatically once the process is finished.
After doing some android coding, I’m supposedly doing some improvement on its user interface. But when I viewed the graphic layout of my main.xml, the black screen did not show up, instead, a message prompted me: Eclipse is loading framework information and the layout library from the SDK folder. main.xml will refresh automatically once the […]
-
Android Hello World App Tutorial – Your Step by Step Guide
I had a previous post “Getting Started with Google Android Development“ where we installed our development environment. Please refer to that first if you’re not yet done with it. In this post, we are going to do a program that will simply put a “Hello Android!” text on the screen of our android device. This […]
-
Getting Started with Google Android Development
May 2013 Update: How to Install Android Development Environment I was so happy of the news that I will be working with Google Android Development. Its cool, now I can use my knowledge in Java Programming. I took up one Java Programming course (one semester) when I was in college. So here it is, I wanna […]