diff --git a/APKToolGUI/Forms/FormMain.Designer.cs b/APKToolGUI/Forms/FormMain.Designer.cs index c923675..d48bef4 100644 --- a/APKToolGUI/Forms/FormMain.Designer.cs +++ b/APKToolGUI/Forms/FormMain.Designer.cs @@ -28,7 +28,6 @@ /// private void InitializeComponent() { - this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain)); this.tabControlMain = new System.Windows.Forms.TabControl(); this.tabPageMain = new System.Windows.Forms.TabPage(); @@ -243,7 +242,7 @@ this.toolStripStatusLabelStateImage = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabelStateText = new System.Windows.Forms.ToolStripStatusLabel(); this.progressBar = new System.Windows.Forms.ToolStripProgressBar(); - this.contextMenuStripLog = new System.Windows.Forms.ContextMenuStrip(this.components); + this.contextMenuStripLog = new System.Windows.Forms.ContextMenuStrip(); this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clearLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.logTxtBox = new System.Windows.Forms.RichTextBox(); @@ -265,7 +264,7 @@ this.apktoolIssuesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.baksmaliIssuesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); + this.toolTip1 = new System.Windows.Forms.ToolTip(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tabControlMain.SuspendLayout(); this.tabPageMain.SuspendLayout(); diff --git a/APKToolGUI/Forms/FormMain.resx b/APKToolGUI/Forms/FormMain.resx index 05865a2..c464836 100644 --- a/APKToolGUI/Forms/FormMain.resx +++ b/APKToolGUI/Forms/FormMain.resx @@ -393,6 +393,639 @@ True + + 491, 321 + + + 60, 22 + + + 24 + + + comJobsLvlUpDown + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 0 + + + True + + + NoControl + + + 8, 323 + + + 199, 17 + + + 23 + + + Set the number of threads to use. + + + checkBox4 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 1 + + + True + + + NoControl + + + 8, 172 + + + 376, 17 + + + 20 + + + Add a generic Network Security Configuration file in the output APK + + + checkBox_BUILD_NetSecConf + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 2 + + + True + + + NoControl + + + 8, 273 + + + 403, 17 + + + 19 + + + Use aapt2 (Upgrades apktool to use experimental aapt2 binary.) (< 2.11.1) + + + useAapt2ChkBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 3 + + + 492, 17 + + + 60, 22 + + + 18 + + + buildApiLvlUpDown + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 4 + + + True + + + NoControl + + + 8, 20 + + + 283, 17 + + + 17 + + + Set API level of the file to generate, e.g. 14 for ICS. + + + buildSetApiLvlChkBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 5 + + + True + + + NoControl + + + 8, 247 + + + 311, 17 + + + 15 + + + Create unsigned APK with original signature after build + + + Only compatible with Core Patch module. Rooted device is required. + + + createUnsignApkChkBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 6 + + + True + + + NoControl + + + 8, 222 + + + 157, 17 + + + 10 + + + Sign after build / zipalign + + + signAfterBuildChkBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 7 + + + True + + + NoControl + + + 8, 197 + + + 125, 17 + + + 10 + + + Zipalign after build + + + zipalignAfterBuildChkBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 8 + + + True + + + NoControl + + + 8, 147 + + + 320, 17 + + + 8 + + + Disable crunching of resource files during the build step. + + + checkBox_BUILD_NoCrunch + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 9 + + + Top, Right + + + NoControl + + + 524, 118 + + + 1, 0, 1, 1 + + + 40, 24 + + + 7 + + + ... + + + button_BUILD_BrowseOutputAppPath + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 10 + + + True + + + NoControl + + + 8, 45 + + + 241, 17 + + + 2 + + + Skip changes detection and build all files. + + + checkBox_BUILD_ForceAll + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 11 + + + Top, Right + + + NoControl + + + 524, 92 + + + 1, 0, 1, 1 + + + 40, 24 + + + 7 + + + ... + + + button_BUILD_BrowseFrameDir + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 12 + + + Top, Right + + + NoControl + + + 524, 66 + + + 1, 0, 1, 1 + + + 40, 24 + + + 6 + + + ... + + + button_BUILD_BrowseAaptPath + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 13 + + + True + + + NoControl + + + 8, 122 + + + 135, 17 + + + 3 + + + APK output directory: + + + Output directory will be used for Zipalign and Signing too after compile + + + checkBox_BUILD_OutputAppPath + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 14 + + + True + + + NoControl + + + 8, 298 + + + 313, 17 + + + 3 + + + Copy original AndroidManifest.xml and META-INF folder + + + checkBox_BUILD_CopyOriginal + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 15 + + + Top, Left, Right + + + 287, 119 + + + 1, 1, 1, 1 + + + 232, 22 + + + 4 + + + textBox_BUILD_OutputAppPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 16 + + + True + + + NoControl + + + 8, 69 + + + 153, 17 + + + 3 + + + Uses aapt.exe located in: + + + checkBox_BUILD_UseAapt + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 17 + + + Top, Left, Right + + + 287, 67 + + + 1, 1, 1, 1 + + + 232, 22 + + + 5 + + + textBox_BUILD_AaptPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 18 + + + Top, Left, Right + + + 287, 93 + + + 1, 1, 1, 1 + + + 232, 22 + + + 4 + + + textBox_BUILD_FrameDir + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 19 + + + True + + + NoControl + + + 8, 96 + + + 189, 17 + + + 3 + + + Uses framework files located in: + + + checkBox_BUILD_UseFramework + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox_BUILD_Options + + + 20 + + + Top + + + 0, 0 + + + 577, 358 + + + 9 + + + Options + groupBox_BUILD_Options @@ -612,27 +1245,6 @@ 7 - - arm64-v8a - - - armeabi-v7a - - - x86 - - - x86_64 - - - 223, 46 - - - 121, 21 - - - 23 - overrideAbiComboBox @@ -645,21 +1257,6 @@ 0 - - NoControl - - - 147, 6 - - - 432, 15 - - - 17 - - - TopRight - selAdbDeviceLbl @@ -672,24 +1269,6 @@ 1 - - True - - - NoControl - - - 8, 7 - - - 91, 13 - - - 16 - - - Selected device: - label33 @@ -702,21 +1281,6 @@ 2 - - NoControl - - - 7, 101 - - - 121, 23 - - - 15 - - - Kill adb process - killAdbBtn @@ -729,24 +1293,6 @@ 3 - - Top, Right - - - NoControl - - - 426, 101 - - - 166, 23 - - - 14 - - - Install APK - installApkBtn @@ -759,21 +1305,6 @@ 4 - - NoControl - - - 134, 101 - - - 121, 23 - - - 14 - - - Refresh - refreshDevicesBtn @@ -786,27 +1317,6 @@ 5 - - Top, Right - - - System - - - NoControl - - - 552, 71 - - - 40, 24 - - - 12 - - - ... - selApkAdbBtn @@ -819,24 +1329,6 @@ 6 - - True - - - NoControl - - - 9, 48 - - - 191, 17 - - - 18 - - - Override platform's default ABI: - overrideAbiCheckBox @@ -849,24 +1341,6 @@ 7 - - True - - - NoControl - - - 9, 26 - - - 267, 17 - - - 13 - - - Set vendor to Play Store (com.android.vending) - setVendorChkBox @@ -879,18 +1353,6 @@ 8 - - Top, Left, Right - - - 224, 72 - - - 323, 22 - - - 2 - apkPathAdbTxtBox @@ -903,24 +1365,6 @@ 9 - - True - - - NoControl - - - 9, 77 - - - 78, 13 - - - 1 - - - Selected APK: - label32 @@ -933,18 +1377,6 @@ 10 - - Top, Bottom, Left, Right - - - 7, 130 - - - 579, 173 - - - 0 - devicesListBox @@ -4626,903 +5058,6 @@ 18 - - comJobsLvlUpDown - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 0 - - - checkBox4 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 1 - - - checkBox_BUILD_NetSecConf - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 2 - - - useAapt2ChkBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 3 - - - buildApiLvlUpDown - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 4 - - - buildSetApiLvlChkBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 5 - - - createUnsignApkChkBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 6 - - - signAfterBuildChkBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 7 - - - zipalignAfterBuildChkBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 8 - - - checkBox_BUILD_NoCrunch - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 9 - - - button_BUILD_BrowseOutputAppPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 10 - - - checkBox_BUILD_ForceAll - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 11 - - - button_BUILD_BrowseFrameDir - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 12 - - - button_BUILD_BrowseAaptPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 13 - - - checkBox_BUILD_OutputAppPath - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 14 - - - checkBox_BUILD_CopyOriginal - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 15 - - - textBox_BUILD_OutputAppPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 16 - - - checkBox_BUILD_UseAapt - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 17 - - - textBox_BUILD_AaptPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 18 - - - textBox_BUILD_FrameDir - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 19 - - - checkBox_BUILD_UseFramework - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 20 - - - Top - - - 0, 0 - - - 577, 358 - - - 9 - - - Options - - - groupBox_BUILD_Options - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPageBuild - - - 0 - - - 491, 321 - - - 60, 22 - - - 24 - - - comJobsLvlUpDown - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 0 - - - True - - - NoControl - - - 8, 323 - - - 199, 17 - - - 23 - - - Set the number of threads to use. - - - checkBox4 - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 1 - - - True - - - NoControl - - - 8, 172 - - - 376, 17 - - - 20 - - - Add a generic Network Security Configuration file in the output APK - - - checkBox_BUILD_NetSecConf - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 2 - - - True - - - NoControl - - - 8, 273 - - - 353, 17 - - - 19 - - - Use aapt2 (Upgrades apktool to use experimental aapt2 binary.) - - - useAapt2ChkBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 3 - - - 492, 17 - - - 60, 22 - - - 18 - - - buildApiLvlUpDown - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 4 - - - True - - - NoControl - - - 8, 20 - - - 283, 17 - - - 17 - - - Set API level of the file to generate, e.g. 14 for ICS. - - - buildSetApiLvlChkBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 5 - - - True - - - NoControl - - - 8, 247 - - - 311, 17 - - - 15 - - - Create unsigned APK with original signature after build - - - Only compatible with Core Patch module. Rooted device is required. - - - createUnsignApkChkBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 6 - - - True - - - NoControl - - - 8, 222 - - - 157, 17 - - - 10 - - - Sign after build / zipalign - - - signAfterBuildChkBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 7 - - - True - - - NoControl - - - 8, 197 - - - 125, 17 - - - 10 - - - Zipalign after build - - - zipalignAfterBuildChkBox - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 8 - - - True - - - NoControl - - - 8, 147 - - - 320, 17 - - - 8 - - - Disable crunching of resource files during the build step. - - - checkBox_BUILD_NoCrunch - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 9 - - - Top, Right - - - NoControl - - - 524, 118 - - - 1, 0, 1, 1 - - - 40, 24 - - - 7 - - - ... - - - button_BUILD_BrowseOutputAppPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 10 - - - True - - - NoControl - - - 8, 45 - - - 241, 17 - - - 2 - - - Skip changes detection and build all files. - - - checkBox_BUILD_ForceAll - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 11 - - - Top, Right - - - NoControl - - - 524, 92 - - - 1, 0, 1, 1 - - - 40, 24 - - - 7 - - - ... - - - button_BUILD_BrowseFrameDir - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 12 - - - Top, Right - - - NoControl - - - 524, 66 - - - 1, 0, 1, 1 - - - 40, 24 - - - 6 - - - ... - - - button_BUILD_BrowseAaptPath - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 13 - - - True - - - NoControl - - - 8, 122 - - - 135, 17 - - - 3 - - - APK output directory: - - - Output directory will be used for Zipalign and Signing too after compile - - - checkBox_BUILD_OutputAppPath - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 14 - - - True - - - NoControl - - - 8, 298 - - - 313, 17 - - - 3 - - - Copy original AndroidManifest.xml and META-INF folder - - - checkBox_BUILD_CopyOriginal - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 15 - - - Top, Left, Right - - - 287, 119 - - - 1, 1, 1, 1 - - - 232, 22 - - - 4 - - - textBox_BUILD_OutputAppPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 16 - - - True - - - NoControl - - - 8, 69 - - - 153, 17 - - - 3 - - - Uses aapt.exe located in: - - - checkBox_BUILD_UseAapt - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 17 - - - Top, Left, Right - - - 287, 67 - - - 1, 1, 1, 1 - - - 232, 22 - - - 5 - - - textBox_BUILD_AaptPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 18 - - - Top, Left, Right - - - 287, 93 - - - 1, 1, 1, 1 - - - 232, 22 - - - 4 - - - textBox_BUILD_FrameDir - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 19 - - - True - - - NoControl - - - 8, 96 - - - 189, 17 - - - 3 - - - Uses framework files located in: - - - checkBox_BUILD_UseFramework - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox_BUILD_Options - - - 20 - checkBox2 @@ -8373,6 +7908,351 @@ 6 + + arm64-v8a + + + armeabi-v7a + + + x86 + + + x86_64 + + + 223, 46 + + + 121, 21 + + + 23 + + + overrideAbiComboBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 0 + + + NoControl + + + 147, 6 + + + 432, 15 + + + 17 + + + TopRight + + + selAdbDeviceLbl + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 1 + + + True + + + NoControl + + + 8, 7 + + + 91, 13 + + + 16 + + + Selected device: + + + label33 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 2 + + + NoControl + + + 7, 101 + + + 121, 23 + + + 15 + + + Kill adb process + + + killAdbBtn + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 3 + + + Top, Right + + + NoControl + + + 426, 101 + + + 166, 23 + + + 14 + + + Install APK + + + installApkBtn + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 4 + + + NoControl + + + 134, 101 + + + 121, 23 + + + 14 + + + Refresh + + + refreshDevicesBtn + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 5 + + + Top, Right + + + System + + + NoControl + + + 552, 71 + + + 40, 24 + + + 12 + + + ... + + + selApkAdbBtn + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 6 + + + True + + + NoControl + + + 9, 48 + + + 191, 17 + + + 18 + + + Override platform's default ABI: + + + overrideAbiCheckBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 7 + + + True + + + NoControl + + + 9, 26 + + + 267, 17 + + + 13 + + + Set vendor to Play Store (com.android.vending) + + + setVendorChkBox + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 8 + + + Top, Left, Right + + + 224, 72 + + + 323, 22 + + + 2 + + + apkPathAdbTxtBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 9 + + + True + + + NoControl + + + 9, 77 + + + 78, 13 + + + 1 + + + Selected APK: + + + label32 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 10 + + + Top, Bottom, Left, Right + + + 7, 130 + + + 579, 173 + + + 0 + + + devicesListBox + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPageAdb + + + 11 + 32, 9