You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the opened issues and there are no duplicates
Describe the bug
Hello everyone,
I am facing the issue while launching the another apk from my flet(0.25.2) apk. I checked in the termux opening the another apk is working fine.
Example(am start -n org.thoughtcrime.securesms/.RoutingActivity) but i built the apk included with this code while opening the another apk I am getting this error message.
Command Output:', 'Activity mandy (tity) commands:\n help\n Print this help text.\n logging \n app-logging <PROCESS_NAME> \n start-activity [-D] [-N] [-W] [-P ] [--start-profiler ] \n [--sampling INTERVAL] [--streaming] [-R COUNT] [-S]\n [--track-allocation] [--user <USER_ID> | current] \n Start an Activity. Options are:\n -D: enable debugging\n -N: enable native debugging\n -W: wait for launch to complete\n --start-profiler : start profiler and send results to \n --sampling INTERVAL: use sample profiling with INTERVAL microseconds\n between samples (use with --start-profiler)\n --streaming: stream the profiling output to the specified file\n (use with --start-profiler)\n -P : like above, but profiling stops when app goes idle\n --attach-agent : attach the given agent before binding\n attach-agent-bind : attach the given agent during binding\n -R: repeat the activity launch times. Prior to each repeat, \n the top activity will be finished.\n -S: force stop the target app before starting the activity\n --track-allocation: enable tracking of object allocations\n --user <USER_ID> | current: Specify which user to run as; if not\n specified then run as the current user.\n windowingMode <WINDOWING_MODE>: The windowing mode to launch the activity into.\n --activityType <ACTIVITY_TYPE>: The activity type to launch the activity as.\n --display <DISPLAY_ID>: The display to launch the activity into.\n --splashscreen-icon: Show the splash screen icon on launch.\n start-service [--user <USER_ID> | current] \n Start a Service. Options are:\n --user <USER_ID> | current: Specify which user to run as; if not\n
Grant necessary permissions:
You may need to add specific permissions to your app's AndroidManifest.xml file. For example:
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
Duplicate Check
Describe the bug
Hello everyone,
Example(am start -n org.thoughtcrime.securesms/.RoutingActivity) but i built the apk included with this code while opening the another apk I am getting this error message.
Command Output:', 'Activity mandy (tity) commands:\n help\n Print this help text.\n logging \n app-logging <PROCESS_NAME> \n start-activity [-D] [-N] [-W] [-P ] [--start-profiler ] \n [--sampling INTERVAL] [--streaming] [-R COUNT] [-S]\n [--track-allocation] [--user <USER_ID> | current] \n Start an Activity. Options are:\n -D: enable debugging\n -N: enable native debugging\n -W: wait for launch to complete\n --start-profiler : start profiler and send results to \n --sampling INTERVAL: use sample profiling with INTERVAL microseconds\n between samples (use with --start-profiler)\n --streaming: stream the profiling output to the specified file\n (use with --start-profiler)\n -P : like above, but profiling stops when app goes idle\n --attach-agent : attach the given agent before binding\n attach-agent-bind : attach the given agent during binding\n -R: repeat the activity launch times. Prior to each repeat, \n the top activity will be finished.\n -S: force stop the target app before starting the activity\n --track-allocation: enable tracking of object allocations\n --user <USER_ID> | current: Specify which user to run as; if not\n specified then run as the current user.\n windowingMode <WINDOWING_MODE>: The windowing mode to launch the activity into.\n --activityType <ACTIVITY_TYPE>: The activity type to launch the activity as.\n --display <DISPLAY_ID>: The display to launch the activity into.\n --splashscreen-icon: Show the splash screen icon on launch.\n start-service [--user <USER_ID> | current] \n Start a Service. Options are:\n --user <USER_ID> | current: Specify which user to run as; if not\n
specified then run as the current user\n start.
Thank you do the needful.
Code sample
Code
To reproduce
Check this source code.
Expected behavior
It needs to open the another apk.
Screenshots / Videos
Captures
Operating System
Windows
Operating system details
windows 11
Flet version
0.25.2
Regression
No, it isn't
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: