ABSimMetrics

Heinz

Active Member
Licensed User
Longtime User
For finding entries in a List (Dim mylist as list)
i use the ABSimMetrics library. The library is
included per checking in the libraries panel.

Is it possible to find entries in a list like

Dim mylist as List ?

At last i got an error :
pkg: /data/local/tmp/Preise1.apk
Failure [INSTALL_FAILED_CONTAINER_ERROR]

Restarting ADB Server may solve this problem.
Tools - Restart ADB Server. Device serial: 0123456789ABCDEF

what is this ?
 
Last edited:

alwaysbusy

Expert
Licensed User
Longtime User
the ABsimMetrics library cannot find a match in a list object. It can find a 'fuzzy' string in a table of strings (see the example)

Anyway, I think the error you get is a corrupted emulator. Try starting the emulator with the option 'wipe user data'. What is the android version you are using in the emulator? I'm not at my develop pc right now but it is possible I used the android 2.1 (7) jar file when I compiled the library.
 
Upvote 0

Heinz

Active Member
Licensed User
Longtime User
I have take a look into the example and i have seen,
That i must declare an ABSimetrics object. The documentation
Don't says it.
dim sim as ABSimMetrics
And
Dim mat as ABFoundMatch
Seems that works only with a array and not
With a list.

I have an tablet pc with froyo 2.2 and have connect it.
 
Upvote 0
Top