100 likes | 198 Views
2013/03/04 Meeting. 指導 教授:李志清 學生姓名:陳振堃. 測試 ADB 功能. a db devices. a db shell. a db install. Java Native Interface (JNI). static { try { System. loadLibrary (" friendlyarm -hardware"); } catch ( fiedLinkError e) {
E N D
2013/03/04 Meeting 指導教授:李志清 學生姓名:陳振堃
測試ADB功能 adb devices adb shell adb install
Java Native Interface (JNI) static { try { System.loadLibrary("friendlyarm-hardware"); } catch (fiedLinkErrore) { Log.d(TAG, "libfriendlyarm-hardware library not found!"); } }
private TextWatchermTextWatcher = new TextWatcher() { @Override public void onTextChanged(CharSequence s, int start, int before, int count) { Try { mfrequency = Integer.parseInt(mEditTextFrequency.getText().toString()); } catch (NumberFormatException e) { e.printStackTrace(); }