android_builder.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "src" :
  3. {
  4. "main" :
  5. {
  6. "java" :
  7. {
  8. "${ANDROID_PACKAGE_PATH}" :
  9. {
  10. "ProjectActivity.java" : "${ANDROID_PROJECT_ACTIVITY}.java"
  11. }
  12. },
  13. "res" :
  14. {
  15. "values" :
  16. [
  17. "strings.xml",
  18. "bools.xml"
  19. ],
  20. "drawable-land-mdpi" :
  21. {
  22. "app_splash-land-mdpi.png" : "app_splash.png"
  23. },
  24. "drawable-land-hdpi" :
  25. {
  26. "app_splash-land-hdpi.png" : "app_splash.png"
  27. },
  28. "drawable-land-xhdpi" :
  29. {
  30. "app_splash-land-xhdpi.png" : "app_splash.png"
  31. },
  32. "drawable-land-xxhdpi" :
  33. {
  34. "app_splash-land-xxhdpi.png" : "app_splash.png"
  35. },
  36. "drawable-port-mdpi" :
  37. {
  38. "app_splash-port-mdpi.png" : "app_splash.png"
  39. },
  40. "drawable-port-hdpi" :
  41. {
  42. "app_splash-port-hdpi.png" : "app_splash.png"
  43. },
  44. "drawable-port-xhdpi" :
  45. {
  46. "app_splash-port-xhdpi.png" : "app_splash.png"
  47. },
  48. "drawable-port-xxhdpi" :
  49. {
  50. "app_splash-port-xxhdpi.png" : "app_splash.png"
  51. },
  52. "layout" :
  53. [
  54. "splash_screen.xml" ,
  55. "obb_downloader.xml"
  56. ],
  57. "mipmap-mdpi" :
  58. {
  59. "app_icon-mdpi.png" : "app_icon.png"
  60. },
  61. "mipmap-hdpi" :
  62. {
  63. "app_icon-hdpi.png" : "app_icon.png"
  64. },
  65. "mipmap-xhdpi" :
  66. {
  67. "app_icon-xhdpi.png" : "app_icon.png"
  68. },
  69. "mipmap-xxhdpi" :
  70. {
  71. "app_icon-xxhdpi.png" : "app_icon.png"
  72. },
  73. "mipmap-xxxhdpi" :
  74. {
  75. "app_icon-xxxhdpi.png" : "app_icon.png"
  76. }
  77. },
  78. "" :
  79. [
  80. "AndroidManifest.xml"
  81. ]
  82. }
  83. },
  84. "" :
  85. [
  86. "wscript"
  87. ]
  88. }