googlearchive/android-AppShortcuts

Static shortcurt shows toast "App isn't installed."

Closed this issue · 4 comments

I have tested the application on an emulator with API 25. When I press the static shortcut "Add a new website", a toast is shown by the System : "App isn't installed."

screenshot_1481635247

How to solve this problem ?

This is described in here: https://github.com/googlesamples/android-AppShortcuts/issues/2

"the solution would be to replace the android:targetPackage with the applicationId from build.gradle and android:targetClass should have the full package name with the class name that is different from applicationId"

thank you

@TheHighriser Still not working!