Open indra83 opened 9 years ago
Generated from code.
Cool ra! It supports the apk file upload also right?
@AnanthTeja The tool is adding some extra nodes into the xml. Look at the app
node below:
<application id="app001" src="Around_the_Sun_Solar_System 1.9.apk" appVersionCode="2" appPackage="br.com.byter.aroundthesun1">
<title>Solar System t</title>
<description>Solar explore desc</description>
<activityName>activityName</activityName>
<app>Solar System
Solar explore
activityName</app>
</application>
Also, if its easy enough please make activityName
an attribute rather than node.
We support adding apps into content now. (similar to 'Add Video'/'Add Image'...) Following are the fields:
title
- String requireddescription
- String optionalappPackage
- String requiredactivityName
- String optional (full class name)src
- File optional (if file empty, use Google Play)appVersionCode
- Integer (required ifsrc
not empty)