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

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -