[Solved] Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode

This error usually is caused when a same library is referenced more than once in gradle build configurati The solution is very simple we’ve to remove the plugin that is causing the conflict. Issue the below provided two commands one after other. Change the current directory to the ionic project and then issue the below … Continue reading “[Solved] Multiple dex files define Lcom/google/ads/AdRequest$ErrorCode”

[How To] Add Genymotion to Ubuntu Dash Menu

At First create a genymotion.desktop file in usr/share/applications/ folder. Then copy and paste the below contents into genymotion.desktop file. In above file, I have created symbolic link to my genymotion in “/usr/local/bin/genymotion”. I have installed genymotion in “/media/BACKUP/genymotion/” thus my command to create symbolic link to genymotion is: Now, change the “Icon” to point to … Continue reading “[How To] Add Genymotion to Ubuntu Dash Menu”