pandabo1985 / android-os-monitor

Automatically exported from code.google.com/p/android-os-monitor
0 stars 0 forks source link

Unable to resolve superclass of Lcom/eolwral/osmonitor/networks/NetworkList #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open OS Monitor 
2. App will close or force close

What is the expected output? What do you see instead?

Expected app to start but it crashed instead.

What version of the product are you using? On what operating system?

v2.0.5 and on Gingerbread 2.3.4

Please provide any additional information below.

W/dalvikvm( 2806): Unable to resolve superclass of 
Lcom/eolwral/osmonitor/networks/NetworkList; (207)
W/dalvikvm( 2806): Link of class 'Lcom/eolwral/osmonitor/networks/NetworkList;' 
failed
E/dalvikvm( 2806): Could not find class 
'com.eolwral.osmonitor.networks.NetworkList', referenced from method 
com.eolwral.osmonitor.OSMonitor.onCreate
W/dalvikvm( 2806): VFY: unable to resolve const-class 184 
(Lcom/eolwral/osmonitor/networks/NetworkList;) in 
Lcom/eolwral/osmonitor/OSMonitor;
D/dalvikvm( 2806): VFY: replacing opcode 0x1c at 0x00bd
D/dalvikvm( 2806): VFY: dead code 0x00bf-0125 in 
Lcom/eolwral/osmonitor/OSMonitor;.onCreate (Landroid/os/Bundle;)V

Original issue reported on code.google.com by beeh...@gmail.com on 14 Nov 2011 at 3:35

GoogleCodeExporter commented 9 years ago
ignore the NetworkList error as that is caused by my googlemap library not 
properly setup.

However, osmonitor died when starting up and its due to the libosmonitor.so not 
been copied to the data library directory and I have to solve it by manually 
placing it in /system/lib/

Original comment by beeh...@gmail.com on 17 Nov 2011 at 12:35

GoogleCodeExporter commented 9 years ago

Original comment by eolw...@gmail.com on 28 Apr 2013 at 3:23