If I Try To Register A File Associaton The App Hangs At The Start
I have tried to register a new file association using the suggestions answered in this question I want to open the main Activity of the app if the user try to open the registered f
Solution 1:
The second sample code should work.
in the emulator hangs on "wait for debugger"
The problem seems related to the Emulator that cannot attach the debugger.
Try to follow these steps:
-Close the Emulator
-Go to AVD manager and recreate the emulator again
-Start the emulator and try to run the app
Alternatively try to run the app on a real device.
Post a Comment for "If I Try To Register A File Associaton The App Hangs At The Start"