Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
We are successfully using Amber on Android platform.
Unfortunately sometimes we are getting ClassNofFoundException when loading OAuthUtils.format(...):
It is caused by import javax.servlet.http.HttpServletRequest;
Can you remove this import? It is not necessary, it is only used in one method.
javax libs/imports are not available on Android.