Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs 无法在MFP 7.1中使用Proguard混淆混合代码_Angularjs_Ionic Framework_Ibm Mobilefirst - Fatal编程技术网

Angularjs 无法在MFP 7.1中使用Proguard混淆混合代码

Angularjs 无法在MFP 7.1中使用Proguard混淆混合代码,angularjs,ionic-framework,ibm-mobilefirst,Angularjs,Ionic Framework,Ibm Mobilefirst,我正在使用MFP7.1开发离子应用程序。我必须混淆应用程序,因为我必须参考以下链接 有人能告诉我怎么把它弄糊涂吗 任何人的帮助都将被感激 Proguard模糊处理将在本机代码上工作。你提到了离子应用。因此,您应该为您的应用程序尝试Javascript模糊器: 谷歌关闭 编译器YUI压缩机 UgifyJS 更多细节 在MFP中,可用的选项是执行。其他选项在MFP之外,需要使用相应的工具完成。谢谢。但我必须使用移动设备来实现这一点,并用MFP中可能的方式编辑响应 Using the a

我正在使用MFP7.1开发离子应用程序。我必须混淆应用程序,因为我必须参考以下链接

有人能告诉我怎么把它弄糊涂吗


任何人的帮助都将被感激

Proguard模糊处理将在本机代码上工作。你提到了离子应用。因此,您应该为您的应用程序尝试Javascript模糊器:

谷歌关闭 编译器YUI压缩机 UgifyJS 更多细节


在MFP中,可用的选项是执行。其他选项在MFP之外,需要使用相应的工具完成。

谢谢。但我必须使用移动设备来实现这一点,并用MFP中可能的方式编辑响应
       Using the above link I have done with the following steps:

           1) In the project.properties file uncommented the line 
              proguard.config=proguard-project.txt.

           2) Created keystore file and its added in the "ant.properties" file.

           3) finally, we build the application.

               We unable to get the "mapping.txt" file in the project
               & also not able to get obfuscate code.*