Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My previous android studio version is this 3.5, now I upgrade it into android 4.2 , now its giving error while building my project in android 4.2

Any one can help on this

What I have tried:

I tried various thing ,read article from net but still not succeed
Posted
Comments
Akshay Malvankar 2021 17-Nov-21 1:53am    
and now I got this error "java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException"
Richard MacCutchan 17-Nov-21 3:47am    
The message is telling you that it cannot find that class definition. So find out where it is defined and make sure you have imported the correct library.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900