eclipse - ClassNotFoundException is thrown by all Android projects that used some sort of library after ADT plugin Update -
i using eclipse. facing issue right after google io 2013 when updated adt plugin, android sdk tools revision 22 , android sdk platform-tools revision 17
all of projects worked have started throwing classnotfoundexception after update no reason. have searched stackoverflow none of answers seem solve problem.
i have solved issue , thought of sharing everyone.
i have noticed there new android package named android private libraries , after hours of trying found way fix this.
right click on project then
goto build path-> configure build path -> order , export
when there should check android private libraries , click ok button.
if still face problem delete files inside bin folder , rebuilt project.
hope helps others facing same problem me
Comments
Post a Comment