0

I am an android beginner, I have developed one app, it was working kitkat version, but it's not supported in lollipop version (nexus 5). When I run the app in nexus 5 the app get force stop. This problem arrives development side or lollipop side Any one can help me

For your reference I have used android version as below

Min sdk is 14

Taget Sdk is 21

Siva Sonai
  • 107
  • 12
  • 1
    you need to post relevant details. Post the relevant code and the stacktrace – Raghunandan Mar 17 '15 at 05:51
  • Its depends upon your code. What you have done? – Piyush Mar 17 '15 at 05:52
  • Hi, I used the Facebook SDK for user can login using Facebook, App will force stop after login Facebook before home page display – Siva Sonai Mar 17 '15 at 06:25
  • This question is very low quality. Please learn the basics to debug an android app, i'm sure you can google many of these basics. Help US before we can help YOU. – JoxTraex Mar 17 '15 at 07:05

1 Answers1

1

It may be because of some libraries you have used.I got the same issue when I was having simonvtmenudrawer in my app which was not supported in lolipop.I replaced the same and it is now working fine.

Karthika PB
  • 1,373
  • 9
  • 16