Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.96 KB | None | 0 0
  1. App we are going to make: App ID: 1 Type: both
  2. Set up of app.json for app Demo news app is done.
  3. / Downloading image...  App logo is downloaded.
  4. - Downloading image...  App loading is downloaded.
  5. - Downloading image...  App logo is downloaded.
  6. \ Downloading image...  App Navigation logo is downloaded.
  7. / Downloading image...  App Splash image is downloaded.
  8. Start publishing build to expo
  9. /rab_pointers/apps_queue/1_both.json
  10. ┌─────────────────────────────────────────────────────────────┐
  11. │                                                             │
  12. │   There is a new version of expo-cli available (3.0.10).    │
  13. │   You are currently using expo-cli 3.0.9                    │
  14. │   Run `npm install -g expo-cli` to get the latest version   │
  15. │                                                             │
  16. └─────────────────────────────────────────────────────────────┘
  17. Starting project at /Users/csongorkeller/Desktop/Development/appbuilder/Mobile App
  18. Expo DevTools is running at http://localhost:19002
  19. Opening DevTools in the browser... (press shift-d to disable)
  20. Error: Problem validating fields in app.json. See https://docs.expo.io/versions/v32.0.0/workflow/configuration/
  21.  • Field: android.package - 'android.package' should be a reverse DNS notation unique name for your app. For example, host.exp.exponent, where exp.host is our domain and Expo is our app. The name may only contain lowercase and uppercase letters (a-z, A-Z), numbers (0-9) and underscores (_). Each component of the name should start with a lowercase letter..
  22. Starting Metro Bundler on port 19001.
  23. Tunnel ready.
  24.  
  25.   exp://192.168.10.113:19000
  26.  
  27.                                                        
  28.                                                        
  29.                                                        
  30.                                                        
  31.                                                        
  32.                                                        
  33.                                                        
  34.                                                        
  35.                                                        
  36.                                                        
  37.                                                        
  38.                                                        
  39.                                                        
  40.                                                        
  41.                                                        
  42.                                                        
  43.                                                        
  44.                                                        
  45.                                                        
  46.                                                        
  47.                                                        
  48.                                                        
  49.                                                        
  50.                                                        
  51.                                                        
  52.                                                        
  53.                                                        
  54.  
  55.   To run the app with live reloading, choose one of:
  56.   • Sign in as @octopusvisualspreview in Expo Client on Android or
  57.     iOS. Your projects will automatically appear in the "Projects" tab.
  58.   • Scan the QR code above with the Expo app (Android) or the Camera app (iOS).
  59.   • Press a for Android emulator, or i for iOS simulator.
  60.   • Press e to send a link to your phone with email.
  61.  
  62. Press ? to show a list of all available commands.
  63. Logs for your project will appear below. Press Ctrl+C to exit.
  64. Kill the builder after 20sec
  65.  
  66. Stopping packager...
  67. Packager stopped.
  68. Starting local Metro builder
  69. ┌─────────────────────────────────────────────────────────────┐
  70. │                                                             │
  71. │   There is a new version of expo-cli available (3.0.10).    │
  72. │   You are currently using expo-cli 3.0.9                    │
  73. │   Run `npm install -g expo-cli` to get the latest version   │
  74. │                                                             │
  75. └─────────────────────────────────────────────────────────────┘
  76. Unable to find an existing Expo CLI instance for this directory, starting a new one...
  77. Error: Problem validating fields in app.json. See https://docs.expo.io/versions/v32.0.0/workflow/configuration/
  78.  • Field: android.package - 'android.package' should be a reverse DNS notation unique name for your app. For example, host.exp.exponent, where exp.host is our domain and Expo is our app. The name may only contain lowercase and uppercase letters (a-z, A-Z), numbers (0-9) and underscores (_). Each component of the name should start with a lowercase letter..
  79. Starting Metro Bundler on port 19001.
  80. Tunnel ready.
  81. Publishing to channel 'default'...
  82. Error: Problem validating fields in app.json. See https://docs.expo.io/versions/v32.0.0/workflow/configuration/
  83.  • Field: android.package - 'android.package' should be a reverse DNS notation unique name for your app. For example, host.exp.exponent, where exp.host is our domain and Expo is our app. The name may only contain lowercase and uppercase letters (a-z, A-Z), numbers (0-9) and underscores (_). Each component of the name should start with a lowercase letter..
  84. Couldn't publish because errors were found. (See logs above.) Please fix the errors and try again.
  85. App publishing completed, make android app
  86.  
  87.  
  88. Start making Android app
  89. [15:33:50] Error: Problem validating fields in app.json. See https://docs.expo.io/versions/v32.0.0/guides/configuration.html
  90. [15:33:50]  • Field: android.package - 'android.package' should be a reverse DNS notation unique name for your app. For example, host.exp.exponent, where exp.host is our domain and Expo is our app. The name may only contain lowercase and uppercase letters (a-z, A-Z), numbers (0-9) and underscores (_). Each component of the name should start with a lowercase letter..
  91. [15:33:55] Checking if there is build in progress...
  92.  
  93.  
  94. ---> managed2 --> expo
  95. [15:34:05] Looking for releases...
  96. [15:34:06] No releases found. Please create one using `exp publish` first.
  97. App building completed
  98.  
  99.  
  100. Android app created. Now send to user.
  101. [15:34:19] No android binary file found. Use "exp build:android" to create one.
  102. [15:34:19] Set EXPO_DEBUG=true in your env to view the stack trace.
  103. csongorkeller@Csongors-MacBook-Pro:~/Desktop/Development/appbuilder/Mobile App$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement