Android Question Migration to Android V8 target sdk 26

Marcos Alves

Well-Known Member
Licensed User
Longtime User
Hi,

we are doing some tests to anticipate the compatibility of our app with Android V8 and got the problem:

java.lang.RuntimeException: Unable to start service org.abtollc.service.ABTOSipService@1eea1f8 with Intent { act=org.abtollc.service.ABTOSipService cmp=com.comten/org.abtollc.service.ABTOSipService (has extras) }: java.lang.SecurityException: Failed to find provider org.abtollc.db for user 0; expected to find a valid ContentProvider for this authority

How can I fix it? It's working on Android V7!
 

Marcos Alves

Well-Known Member
Licensed User
Longtime User
Hi we just test on a physical Android 8.0 device and did not get a parse error. In the abto lsdk they provide and sample apk, maybe try that and see if it installs without the parse error.

Regards

John.
We will try... for now, as the Samsung S8 isn't our, we can't just send to the user a test sample and ask to him to install. Maybe something in manifest, as it is an update legacy from previous versions of our app, is conflicting. But we will need the device in our labs to confirm. As soon as we have an update I will post here - could be usefull for the community.

Thanks!
 
Upvote 0

Jmu5667

Well-Known Member
Licensed User
Longtime User
We will try... for now, as the Samsung S8 isn't our, we can't just send to the user a test sample and ask to him to install. Maybe something in manifest, as it is an update legacy from previous versions of our app, is conflicting. But we will need the device in our labs to confirm. As soon as we have an update I will post here - could be usefull for the community.

Thanks!
maybe have a look at this

https://techxoom.com/fix-parse-error-in-android-there-is-a-problem-parsing-the-package/

Fix 2: Allow Apps Installation from Unknown Sources
 
Upvote 0

Marcos Alves

Well-Known Member
Licensed User
Longtime User
maybe have a look at this

https://techxoom.com/fix-parse-error-in-android-there-is-a-problem-parsing-the-package/

Fix 2: Allow Apps Installation from Unknown Sources
Thanks! I really think that it's something related to the #HUGE# manifest required by ABTO SDK and many other libraries those we use in the app, but like I told you for now we don't have a physical S8 to test... so, it's not possible to do the compile-test-compile-test again routine required for a debug. I will use the article that you indicated as reference as soon as I have a S8 in lab... soon I hope.

Thanks...
 
Upvote 0
Top