Tokyo 10.2

Tokyo 10.2

Using Java2OP, after many struggles, I get this:

MyClasses.pas issues:
Activity: not found
ArrayList: not found
AttributeSet: not found
Bitmap: not found
Boolean: not found
BroadcastReceiver: not found
Builder: not found
Bundle: not found
Canvas: not found
Closeable: not found
ConnectivityManager: not found
ContentValues: not found
Context: not found
Cursor: not found
CursorFactory: not found
Date: not found
File: not found
Gson: not found
HashMap: not found
HttpURLConnection: not found
HttpsURLConnection: not found
Inflater: not found
InputStream: not found
Integer: not found
Intent: not found
JSONArray: not found
JSONException: not found
JSONObject: not found
JsonElement: not found
JsonObject: not found
JsonSerializationContext: not found
JsonSerializer: not found
List: not found
Long: not found
Map: not found
MotionEvent: not found
NetworkInfo: not found
OutputStream: not found
Paint: not found
Point: not found
ProgressDialog: not found
Rect: not found
SQLiteDatabase: not found
SSLSocketFactory: not found
SurfaceHolder: not found
Type: not found
URLConnection: not found
Uri: not found
View: not found
XmlPullParser: not found
de.appplant.cordova.emailcomposer.EmailComposer: the parent class (org.apache.cordova.CordovaPlugin) is not found
org.apache.cordova.CallbackContext: not found
org.apache.cordova.CordovaInterface: not found
org.apache.cordova.CordovaPlugin: not found
org.apache.cordova.CordovaWebView: not found
org.apache.cordova.PluginResult: not found

I am not particularly worried about the cordova bits, but the others feel like something is deeply flawed.

Chances are there's something simple that I am missing here.
Anybody knows what's going on and what the problem may be?

Comments