Showing posts with label Genymotion. Show all posts

Fix Genymotion 2.8 Ubuntu 14.04

Genymotion 2.8.0 thrown error on Ubuntu 14.04

Error:

CXXABI_1.3.8 not found

Solution to solve this problem

LD_LIBRARY_PATH=/usr/local/lib64/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.9 g++-4.9


Reference
http://stackoverflow.com/questions/37817792/how-to-fix-genymotion-in-linux-elementaryos-with-error-cxxabi-1-3-8-not-found

วิธีการตั้ง IP Address ให้ Genymotion อยู่วง Lan เดียวกันกับเครื่อง

วิธีการตั้ง IP Address ให้ Genymotion อยู่วง Lan เดียวกันกับเครื่องที่ใช้พัฒนา นั้นง่ายมากๆ โดยมีวิธีการดังนี้

1. เปิด Virtualbox ขึ้นมา

2. คลิกขวาเลือก Setting สำหรับ VM ที่เราต้องการ

3. ไปที่ Network เลือก Adapter 2 ตรง Attach to เลือก Bridge Adapter  แล้วเลือก Network Interface ที่ต้องการ ดังภาพ



4. เปิด Genemotion ตามปกติ เพียงเท่านี้ก็จะอยู่วง Lan เดียวกันแล้วครับ

Ubuntu 14.04 Genymotion Cannot mix incompatible Qt library [Fixed]


Error :

[Genymotion] [Fatal] Cannot mix incompatible Qt library (version 0x40801) with this library (version 0x40804)

Solve :

1. install package

sudo apt-get install libxi-dev libxmu-dev


2. use the system qt

mkdir QtLibs && mv *Qt*.so* QtLibs