0

I am trying to build android source code version 4.1.1_r6. Everything was working fine but suddenly I am getting error "trouble processing "javax/net/ServerSocketFactory.class"

Any help will be greatly appreciated.

Thanks...

user1465266
  • 621
  • 1
  • 6
  • 12

1 Answers1

0

Goto project-->properties->java build path->libraries-> remove all including android jars

Go to the project browser, right click on the project you are working on, then android tools---> fix project properties...

Next, clean and then build...

Linga
  • 10,379
  • 10
  • 52
  • 104
  • Its not about any particular project. I am trying to build android source code using terminal and make command. – user1465266 Apr 18 '13 at 03:32