apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 209 forks source link

The latest version from master does not work on Android, only on iOS #32

Closed ishaigor closed 9 years ago

ishaigor commented 9 years ago

Had to fork off the latest tag to fix the following: [javac] Compiling 32 source files to /Users/ishaigorodsky/Workspace/git/ceMobileApp/platforms/android/ant-build/classes [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. [javac] /Users/ishaigorodsky/Workspace/git/ceMobileApp/platforms/android/src/me/apla/cordova/AppPreferences.java:18: error: cannot find symbol [javac] import me.apla.cordova.AppPreferencesActivity; [javac] ^ [javac] symbol: class AppPreferencesActivity [javac] location: package me.apla.cordova [javac] /Users/ishaigorodsky/Workspace/git/ceMobileApp/platforms/android/src/me/apla/cordova/AppPreferences.java:82: error: cannot find symbol [javac] Intent i = new Intent(cordova.getActivity(), AppPreferencesActivity.class); [javac] ^ [javac] symbol: class AppPreferencesActivity [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 errors [javac] 3 warnings

apla commented 9 years ago

You're too fast! Try latest version.

ishaigor commented 9 years ago

Back at you :+1: I was not counting on it fixed right away.