Dear Robin,In your example you most likely want to avoid getting android libs. Therefore, you could add following rule:<Import-Package>!android.os,!android.util, your other rules</Import-Package>You need to look which part of google library you want to utilize,Looking at functionality you want to us...