0

I have an android app that I've been working on for a while. I recently found that on phones such as the nexus the menu button does not appear. According to this post, the menu button is deprecated for that version of android and my options are to either implement the action bar or change my build target to a lower one. Due to time constraints I wanted to change the build target as a temporary fix until I get the time to implement the action bar.

I followed the instructions here, but when I get to the Android section in properties I don't have any other options for Build Targets. The only option available is 4.2.2, and I need 2.3.4 or lower. What can I do to change the build target or is implementing the Action Bar my only option?

Community
  • 1
  • 1
CheeseCoder
  • 701
  • 1
  • 7
  • 11
  • 1
    Have you downloaded the previous APIs using the SDK Manager? – Apoorv Nov 16 '13 at 03:49
  • 3
    Download the required api from the sdk manager http://stackoverflow.com/questions/15804261/unable-to-resolve-target-android-15/15804314#15804314 – Raghunandan Nov 16 '13 at 04:13
  • @Apoorv Well, I sure feel silly. That fixed the problem. It ended up causing a bunch of problems in my code though so I'm going to have to just go ahead and implement the action bar sooner instead. Thanks for your help! – CheeseCoder Nov 16 '13 at 04:17

0 Answers0