Hamza choudhary
Aspiring developer
Profile
Posts: 35
Reg: Dec 03, 2013
India,mumbai
350
12/06/13 12:10 PM (11 years ago)

Code error in eclipse while using menu with image plugin.(Android)

Hii everyone, I have installed menu with image plugin in my control panel. After making a protoype of my app ,I downloaded the source code and launched in eclipse. i am getting error in following line : LinearLayout headerImageContainer = (LinearLayout)thisScreensView.findViewById(R.id.headerImageContainer); (in header java file) .But when I download source code using Buzztouch core for android v3.0, I don get any error and app runs great,but the drawback is when using v3.0 app works only in devices with android 4.0 and above.so how can I rectify the above error? thanks in advance, Hamza.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
12/06/13 12:50 PM (11 years ago)
Hi Hamza, You might actually be OK, with respect to Android versions. If you look in your AndroidManifest.xml file, you'll see these two lines: <!-- app requires Android 3.0 or above on device --> <uses-sdk android:minSdkVersion="11"/> And Android 3.0 and above easily captures probably 90%+ of the market. Mark
 
Hamza choudhary
Aspiring developer
Profile
Posts: 35
Reg: Dec 03, 2013
India,mumbai
350
like
12/06/13 09:16 PM (11 years ago)
Thanks Mark, you are right but is there any solution for the error, because if that is rectify the users with lower version of android devices can also use my app. Hamza
 
Hamza choudhary
Aspiring developer
Profile
Posts: 35
Reg: Dec 03, 2013
India,mumbai
350
like
12/07/13 03:47 AM (11 years ago)
Thanks Mark, you are right but is there any solution for the error, because if that is rectify the users with lower version of android devices can also use my app. Hamza
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.