Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creation of an android emulator with Jenkins

I'm trying to build my android project on an integration server with Jenkins. In my Jenkins, I created a user "jenkins" with all powers and I installed some plugins : Git, Gradle and Android Emulator.

I configured my project with these plugins (git repository, gradle tasks and a emulator). I'm trying to create this AVD :

Android OS version : android-18 
Screen density : 160 
Screen resolution : HVGA 
Device locale : fr_FR 
Target ABI : armeabi-v7a

But I have this error :

Error : Unable to find a 'userdata.img' file for ABI armeabi-v7a to copy into the AVD folder.

What can I do ?

like image 513
Gerard Paligot Avatar asked Dec 01 '25 06:12

Gerard Paligot


1 Answers

In my case I had 3 ABI's installed for the Android version that I was trying to install on my new AVD. I removed the 2 that I didn't need (from within sdk/system-images/ANDROID VERSION WANTED), and I was able to install the new AVD.

like image 65
user1504333 Avatar answered Dec 03 '25 20:12

user1504333



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!