Launcher Activity Not getting called on marshmallow Android -
i have developed application 6 months target version 22.
build.gradle
android { compilesdkversion 22 buildtoolsversion "23.0.1" defaultconfig { applicationid "com.sample.mobile.test" minsdkversion 17 targetsdkversion 22 versioncode 1 versionname "2.3" multidexenabled true } } so when trying run application on marshmallow changing
compilesdkversion 23
targetsdkversion 23
it not calling launcher activity of application , strange thing is, not throwing error. not getting problem is, please me resolve issue, in advance.
Comments
Post a Comment