java.net member

Rechercher dans ce site

Showing posts with label 64bits. Show all posts
Showing posts with label 64bits. Show all posts

Install Android Studio on Fedora 64 bits problems

>> 09 June 2017




I wanted to installing Android Studio on Fedora 25, 64 bits, but even after installing the needed packages mentioned in https://developer.android.com/studio/install.html, Android Studion refuses to create Android Virtual device and displays missing 32 bits libraries

$ sudo dnf install zlib.i686 ncurses-libs.i686 bzip2-libs.i686

I found some other additional packages to install by googling

$ sudo dnf install mesa-libGL-devel adb

Unfortunately the problems are always there. 



















Finally I found this answer on
https://stackoverflow.com/questions/29112107/how-to-solve-unable-to-run-mksdcard-sdk-tool-when-installing-android-studio-on
And installed the following
$ sudo dnf install compat-libstdc++-296.i686 compat-libstdc++-33.i686 compat-libstdc++-33.x86_64

The complete list to install

zlib.i686 ncurses-libs.i686 bzip2-libs.i686 mesa-libGL-devel adb compat-libstdc++-296.i686 compat-libstdc++-33.i686 compat-libstdc++-33.x86_64

And here we are





















Enjoy!

Read more...

UI Android Designer on IntelliJ IDEA 12 - Linux

>> 24 January 2013



Have you been looking for a way to open the UI Designer for Android. If so, don't search any more, here is the answer.

I need to mention that  I had some problems to have Android SDK and the IDE, working together and smoothly, on my Linux 64bits (Fedora 17).




Note:
IntelliJ IDEA  12 used here is the Community Edition

First create a new project

Select Application Module (1). Give a name to your project(2). Click on New(3) to select the location of Android SDK (JDK must be configured before). Next to continue(4)








Select the desired target and Next



Select options for your project and Finish

Double click on main.xml

Click on project tab > layout folder is inside res folder > double click on main.xml (inside layout folder)


Enjoy!

Read more...

  © Blogger template Simple n' Sweet by Ourblogtemplates.com 2009

Back to TOP