I got this Froyo (2.2) device that I am using to make an app. When I try to run the app directly to the device it shows an error saying
pkg:
After I changed
defaultConfig { applicationId "com.example.bocheng.myapplication" minSdkVersion 15 targetSdkVersion 'L' #change this to 19 versionCode 1 versionName "1.0" }
in build.gradle file.
build.gradle
it works