I hope I am confusing you guys.

I created the app using 2.3.3 . When I install this APK , in Samsung galaxy
S2(2.3.3) the application is working good. But the same application is not
working in HTC (2.2).
Parsing error. I WANT MY APPLICATION TO BE RUN ON ALL DEVICES WHETHER IT
MAY BE 2.1 , 2.2 or 2.3.

Thanks,
KIRANKUMARKENDOLE


On Tue, Nov 29, 2011 at 12:15 PM, Mukesh Srivastav <[email protected]>wrote:

> you need to do the clean build
>
>  or
>
> Delete the bin directory, recompiled it and deploy it, that will help.
>
> Warm Regards,
> *Mukesh Kumar*,
> Android Consultant/Freelancer,
> India,Hyderabad.
>
> On Tue, Nov 29, 2011 at 10:32 PM, Kumar Bibek <[email protected]>wrote:
>
>> Ok, So, it doesn't even gets installed. Look at your manifest file and
>> remove stuff which are not available on 2.2
>>
>>
>> *Thanks and Regards,
>> Kumar Bibek*
>> *
>> http://techdroid.kbeanie.com
>> http://www.kbeanie.com*
>>
>>
>>
>> On Tue, Nov 29, 2011 at 10:30 PM, Kiran Kumar Kendole <
>> [email protected]> wrote:
>>
>>> When I try to install on the APK on my mobile which have 2.2 versionof
>>> android... I see the error "Parsing Error".
>>>
>>> Thanks,
>>> KIRANKUMARKENDOLE
>>>
>>>
>>> On Tue, Nov 29, 2011 at 11:48 AM, Raghav Sood <
>>> [email protected]> wrote:
>>>
>>>> Yes. That's all very good. What is not working in your app on 2.2?
>>>>
>>>>
>>>> On Tue, Nov 29, 2011 at 10:16 PM, Kiran Kumar Kendole <
>>>> [email protected]> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> When I install the APK in my mobile (Froyo 2.2) , application is not
>>>>> working. But its working fine in AVD with 2.3.3 version. I want to make my
>>>>> APK in such a way that it should work in all devices.
>>>>>
>>>>> Thanks,
>>>>> KIRANKUMARKENDOLE
>>>>>
>>>>>
>>>>>
>>>>> On Tue, Nov 29, 2011 at 11:42 AM, Kumar Bibek <[email protected]>wrote:
>>>>>
>>>>>> What is not working?
>>>>>>
>>>>>> *Thanks and Regards,
>>>>>> Kumar Bibek*
>>>>>> *
>>>>>> http://techdroid.kbeanie.com
>>>>>> http://www.kbeanie.com*
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Tue, Nov 29, 2011 at 10:04 PM, Kiran Kumar Kendole <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Hey Guys,
>>>>>>> Thank you all for your Help .
>>>>>>>
>>>>>>> Finally I completed my assignment. Finally I have one question.
>>>>>>>
>>>>>>> I have created the APK in 2.3.3 . We have different mobiles with
>>>>>>> different versions..
>>>>>>> Its not working on all due to compatibility may be.
>>>>>>> Can you guys suggest me what I suppose to do so that independent of
>>>>>>> version , it should work.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> KIRANKUMARKENDOLE
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Nov 29, 2011 at 8:16 AM, Yahor Paulavets <
>>>>>>> [email protected]> wrote:
>>>>>>>
>>>>>>>> Hello,
>>>>>>>>
>>>>>>>> If you need to use some methods in all your Activities - create a
>>>>>>>> base Activity class with these methods :)
>>>>>>>>
>>>>>>>> And use these methods in dirived Activity A and B. No copy past is
>>>>>>>> needed.
>>>>>>>>
>>>>>>>> Best regards,
>>>>>>>> Yahor
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Nov 29, 2011 at 3:01 PM, Mukesh Srivastav <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> Why not go with TAB Activity, that helps.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Tue, Nov 29, 2011 at 6:22 PM, Kiran Kumar Kendole <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>> Hey Siva and Mukhesh,
>>>>>>>>>> Thanks for the response.
>>>>>>>>>>
>>>>>>>>>> The problem which I am forcing to use this unfair architecture
>>>>>>>>>> is.. I have hard time to show different options menu for different 
>>>>>>>>>> layout
>>>>>>>>>> XML files..
>>>>>>>>>>
>>>>>>>>>> Can you please give me a quick example how to change the options
>>>>>>>>>> based on the layout.
>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>> KIRANKUMARKENDOLE
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Tue, Nov 29, 2011 at 7:14 AM, siva prakash <
>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>
>>>>>>>>>>> If you want to access those methods in various activities, why
>>>>>>>>>>> dont you create a simple java class and acess them?? , if you want 
>>>>>>>>>>> to share
>>>>>>>>>>> variables across different activities, u can save them in 
>>>>>>>>>>> AppPreferences .
>>>>>>>>>>> Please provide me more details if i didnt get u :)
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 11/29/2011 04:04 PM, Kiran Kumar Kendole wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hey guys,
>>>>>>>>>>>>
>>>>>>>>>>>> I have a problem while using intents. Can you please suggest me
>>>>>>>>>>>> the right way.
>>>>>>>>>>>>
>>>>>>>>>>>> I have an Activity1 which contains some methods (
>>>>>>>>>>>> addData(),deleteData() ). when I use intent to other Activity2 
>>>>>>>>>>>> Class..
>>>>>>>>>>>> I am not able to access the methods which are in Activity1. I
>>>>>>>>>>>> cant copy paste all the methods in all Activities. I dont think 
>>>>>>>>>>>> its good
>>>>>>>>>>>> practise. Can anybody suggest me.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks,
>>>>>>>>>>>> KIRANKUMARKENDOLE
>>>>>>>>>>>> --
>>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>>> Google
>>>>>>>>>>>> Groups "Android Developers" group.
>>>>>>>>>>>> To post to this group, send email to android-developers@**
>>>>>>>>>>>> googlegroups.com <[email protected]>
>>>>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>>>>> android-developers+**[email protected]<android-developers%[email protected]>
>>>>>>>>>>>> For more options, visit this group at
>>>>>>>>>>>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> You received this message because you are subscribed to the
>>>>>>>>>>> Google
>>>>>>>>>>> Groups "Android Developers" group.
>>>>>>>>>>> To post to this group, send email to android-developers@**
>>>>>>>>>>> googlegroups.com <[email protected]>
>>>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>>>> android-developers+**[email protected]<android-developers%[email protected]>
>>>>>>>>>>> For more options, visit this group at
>>>>>>>>>>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  --
>>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>>> Groups "Android Developers" group.
>>>>>>>>>> To post to this group, send email to
>>>>>>>>>> [email protected]
>>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>>> [email protected]
>>>>>>>>>> For more options, visit this group at
>>>>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Warm Regards,
>>>>>>>>> *Mukesh Kumar*,
>>>>>>>>> Android Consultant/Freelancer,
>>>>>>>>> India,Hyderabad.
>>>>>>>>>
>>>>>>>>>  --
>>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>>> Groups "Android Developers" group.
>>>>>>>>> To post to this group, send email to
>>>>>>>>> [email protected]
>>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>>> [email protected]
>>>>>>>>> For more options, visit this group at
>>>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>>>>
>>>>>>>>
>>>>>>>>  --
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "Android Developers" group.
>>>>>>>> To post to this group, send email to
>>>>>>>> [email protected]
>>>>>>>> To unsubscribe from this group, send email to
>>>>>>>> [email protected]
>>>>>>>> For more options, visit this group at
>>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>>>
>>>>>>>
>>>>>>>  --
>>>>>>> You received this message because you are subscribed to the Google
>>>>>>> Groups "Android Developers" group.
>>>>>>> To post to this group, send email to
>>>>>>> [email protected]
>>>>>>> To unsubscribe from this group, send email to
>>>>>>> [email protected]
>>>>>>> For more options, visit this group at
>>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>
>>>>>>
>>>>>>  --
>>>>>> You received this message because you are subscribed to the Google
>>>>>> Groups "Android Developers" group.
>>>>>> To post to this group, send email to
>>>>>> [email protected]
>>>>>> To unsubscribe from this group, send email to
>>>>>> [email protected]
>>>>>> For more options, visit this group at
>>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>>
>>>>>
>>>>>  --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "Android Developers" group.
>>>>> To post to this group, send email to
>>>>> [email protected]
>>>>> To unsubscribe from this group, send email to
>>>>> [email protected]
>>>>> For more options, visit this group at
>>>>> http://groups.google.com/group/android-developers?hl=en
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Raghav Sood
>>>> http://www.androidactivist.org/ - Author
>>>> http://www.appaholics.in/ - Founder
>>>>
>>>>  --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Android Developers" group.
>>>> To post to this group, send email to
>>>> [email protected]
>>>> To unsubscribe from this group, send email to
>>>> [email protected]
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/android-developers?hl=en
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to [email protected]
>>> To unsubscribe from this group, send email to
>>> [email protected]
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>
>
> --
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to