Advertisement
pellekrogholt

Untitled

Sep 26th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. -code-gen:
  2. [mergemanifest] No changes in the AndroidManifest files.
  3. [echo] Handling aidl files...
  4. [aidl] No AIDL files to compile.
  5. [echo] ----------
  6. [echo] Handling RenderScript files...
  7. [echo] ----------
  8. [echo] Handling Resources...
  9. [aapt] Found new input file
  10. [aapt] Generating resource IDs...
  11. [aapt] invalid resource directory name: /Users/pelle/dev/brainappproject/BrainApp/bin/res/crunch
  12.  
  13. BUILD FAILED
  14. /Users/pelle/dev/adt/sdk/tools/ant/build.xml:653: The following error occurred while executing this line:
  15. /Users/pelle/dev/adt/sdk/tools/ant/build.xml:698: null returned: 1
  16.  
  17.  
  18.  
  19.  
  20. build:
  21.  
  22. <do-only-if-manifest-hasCode
  23. elseText="hasCode = false. Skipping aidl/renderscript/R.java">
  24. <echo level="info">Handling aidl files...</echo>
  25. <aidl executable="${aidl}"
  26. framework="${project.target.framework.aidl}"
  27. libraryBinAidlFolderPathRefid="project.library.bin.aidl.folder.path"
  28. genFolder="${gen.absolute.dir}"
  29. aidlOutFolder="${out.aidl.absolute.dir}">
  30. <source path="${source.absolute.dir}"/>
  31. </aidl>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement