eclipse - Android development on Fedora 19 64 bit -


enter image description here

i have tried android sdk working on fedora 19 64 bit. still error

r cannot resolved variable

in image below have created new project.

so far have tried

  • sudo yum install libstdc++.i686 ncurses-libs.i686 zlib.i686
  • sudo yum install redhat-lsb.i686
  • yum install glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686 ncurses-devel.i686 libx11-devel.i686 libxrender.i686 libxrandr.i686

i think problem somewhere under eclipse preferences. should check if path of android_sdk correctly linked. however, control in project tree if folder res present.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -