installation - setting up android environment in linux ubuntu 12.04 64 bit -
i started setting android environment on ubuntu (12.04) machine. first, installed eclipse luna. after that, installed adt plugin eclipse -> install new software , url - https://dl.google.com/eclipse/plugin/4.4.
after plugin installation, downloaded android sdk official site - http://developer.android.com, following instructions.
finally, after installation, tried creating new project importing other projects, giving me r error everytime, r.java never getting generated.
can please me understand problem, finding solution.
i got adt plugin url, i.e, http://developer.android.com, official android dev website, so, issue?
what may issue - android sdk or adt plugin?
thanks...
whenever get
r cannot resolved
then check /res directory , there must file have error in , preventing application being built. example, may layout file or may due missing resource is, defined in xml file.
if have additional, unused (!) or unreferenced (!) images in folder res/drawables-mdpi not comply file naming conventions (may contain [a-z0-9_.]), r.java class might not generate, causing chain of events other posts referred to. hope helps!
Comments
Post a Comment