Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-24752] Android: Allow maxIdNumber to be set #9099

Merged
merged 4 commits into from Jun 28, 2017

Conversation

garymathews
Copy link
Contributor

  • Allow dx --set-max-idx-number to be defined
TEST CASE
tiapp.xml
<property name="android.dx.maxIdxNumber">57344</property>

JIRA Ticket

@cb1kenobi
Copy link
Contributor

LGTM.

Please be sure to add me as a reviewer when touching anything related to CLI, tooling, or builds. Thanks.

Copy link
Contributor

@jquick-axway jquick-axway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR: Pass

@ssjsamir ssjsamir self-requested a review June 27, 2017 18:22
Copy link
Contributor

@ssjsamir ssjsamir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FR Passed : Was able to see multiple dex files when maxIdNumber was set to a low number.

Test steps:

  • Create a titanium application
  • Add the following to the tiapp.xml
    <property name="android.dx.maxIdxNumber">1000</property>
  • Build the application
  • Go to the build folder from Appc studio and go to the following location
    build/android/bin/dexfiles
  • Was able to see multiple dex files
  • I then changed the maxIdNumber to 57344
    <property name="android.dx.maxIdxNumber"> 57344 </property>
  • I could only see 1 dex file

Environment
Appcelerator Command-Line Interface, version 6.2.2
Google Nexus 6P (7.1.1)
Operating System Name: Mac OS X El Capitan
Operating System Version: 10.11.6
Node.js Version: 6.10.1
Xcode: 8.2
Appcelerator Studio: 4.9.0.201705251638

@ssjsamir ssjsamir merged commit 8d081fb into tidev:master Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants