Open adblock25 opened 1 month ago
Hi @adblock25,
Apologies, but we are unable to find the steps you are following in our documentation here: https://ai.google.dev/edge/mediapipe/solutions/guide.
Could you please clarify the steps you are using? Additionally, we are missing some key details about both issues, such as the OS, Android version, Android Studio version, MediaPipe version, and whether you are testing on an emulator or real device. You may also use the provided template to share this information.
Thank you!
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name=".ZipEditor" android:configChanges="orientation|keyboardHidden" android:label="@string/zip_editor" /> <activity android:name=".TextEditor" android:configChanges="orientation|keyboardHidden" android:label="@string/text_editor" /> <activity android:name=".ClassListActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/class_editor" /> <activity android:name=".ClassItemActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/class_item" /> <activity android:name=".SearchClassesActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/search_class" /> <activity android:name=".SearchMethodsActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/search_method" /> <activity android:name=".FieldListActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/field_list" /> <activity android:name=".FieldItemEditorActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/field_item_editor" /> <activity android:name=".FieldItemNewActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/field_item_new" /> <activity android:name=".MethodListActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/method_list" /> <activity android:name=".CodeEditorActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/code_editor" /> <activity android:name=".MethodItemEditorActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/method_item_editor" /> <activity android:name=".MethodItemNewActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/method_item_new" /> <activity android:name=".ClassInfoEditorActivity" android:configChanges="orientation|keyboardHidden" android:label="@string/class_info_editor" /> <activity android:name=".TextPreferences" android:configChanges="orientation|keyboardHidden" android:label="@string/text_preferences" /> <activity android:name="mao.layoutviewer.LayoutViewer" android:configChanges="orientation|keyboardHidden" android:label="@string/layout_viewer" /> <activity android:name=".ImageViewer" android:configChanges="orientation|keyboardHidden" /> <activity android:name="mao.bytecode.opcodes.OpcodeInfoActivity" android:theme="@android:style/Theme.Dialog" android:configChanges="orientation|keyboardHidden" android:label="@string/opcode_info" />
Originally posted by @adblock25 in #5682 (comment)
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="17" />
<application android:allowBackup="true" android:icon="@drawable/android" android:label="@string/app_name" > <activity android:name=".FileBrowser" android:configChanges="orientation|keyboardHidden" android:label="@string/app_name" >
Originally posted by @adblock25 in https://github.com/google-ai-edge/mediapipe/issues/5682#issuecomment-2429087390