android - SIGSEGV error when getting advice list in SKMaps -


i getting sigsegv error when attempting advice list in skmaps. same code have not getting error until though has been unchanged. change made updating couple android libraries more recent versions. using skmaps version 3.0.0. line of code causing error is:

skroutemanager.getinstance().getadvicelistforroutebyuniqueid(routeid, skmaps.skdistanceunittype.distance_unit_miles_feet); 

are there solutions or ways can fix error?

the error caused deleting advisor folder within skmaps.zip


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -