mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Add Android agent for 3.5.0
This commit is contained in:
parent
b8377393d4
commit
a7f6ece47f
@ -48,6 +48,6 @@ class Constants {
|
||||
static final String OS_TARGET = "os.target";
|
||||
// WSO2 AVD specific variables
|
||||
static final String WSO2_AVD_NAME = "ENTGRA_AVD";
|
||||
static final String APK_LOCATION = File.separator + "resources" + File.separator + "android-agent.apk";
|
||||
static final String APK_LOCATION = File.separator + "resources" + File.separator + "client-debug.apk";
|
||||
static final String WSO2_CONFIG_LOCATION = File.separator + "resources" + File.separator + "config.ini";
|
||||
}
|
||||
|
||||
@ -276,7 +276,7 @@ public class TryIt {
|
||||
}
|
||||
}
|
||||
System.out.println("+----------------------------------------------------------------+");
|
||||
System.out.println("| Entgra Android TryIt |");
|
||||
System.out.println("| Entgra Android TryIt |");
|
||||
System.out.println("+----------------------------------------------------------------+");
|
||||
|
||||
emulatorLocation = androidSdkHome + File.separator + "tools" + File.separator + "emulator";
|
||||
|
||||
@ -28,9 +28,6 @@
|
||||
</target>
|
||||
<target name="zip" depends="clean">
|
||||
<zip destfile="${target-dir}/android-tryit.ZIP" update="true" duplicate="preserve">
|
||||
<zipfileset
|
||||
dir="src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.type-view/public/assets/"
|
||||
includes="android-agent.apk" fullpath="resources/android-agent.apk"/>
|
||||
<zipfileset
|
||||
dir="target/"
|
||||
includes="JavaApp.jar" fullpath="JavaApp.jar"/>
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user