will my app run also in android 4.4? or because the target is smaller the the 4.4 will it not run?
is targetsdkversion the maximum sdk that will run my app?
As @Mahares wrote your app will run on Android 4.4 and also future versions of Android. There is another attribute named maxSdkVersion which allows you to limit the version. This attribute should more or less never be used.