dps / piui

Add a UI to your standalone Raspberry Pi project using your Android phone
419 stars 96 forks source link

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

Open mrutgerj opened 10 years ago

mrutgerj commented 10 years ago

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.