piui icon indicating copy to clipboard operation
piui copied to clipboard

JAVA - no such method error when running on API < 11

Open mrutgerj opened this issue 12 years ago • 0 comments

Installed the application on a phone with API version < 11.

Application will crash on calling getActionBar(), in MainActivity.java, line 74.

Solutions: set min API to 11, or use libraries ActionBarSherlock / ActionBarCompatibiliy.

mrutgerj avatar Aug 05 '13 22:08 mrutgerj