Bug 472246 - Warning when is res/raw file has illegal chars
Summary: Warning when is res/raw file has illegal chars
Status: NEW
Alias: None
Product: andmore
Classification: Tools
Component: General (show other bugs)
Version: 0.5-M1   Edit
Hardware: PC Windows 8
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: David Carver CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2015-07-09 02:52 EDT by Andrzej Borucki CLA
Modified: 2015-10-09 11:16 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrzej Borucki CLA 2015-07-09 02:52:35 EDT
If I create folder raw inside res and in res/raw mistakenly put file loop-searched.mp3 instead of loop_searched.mp3, filename can't be changed to identifier, due to char "-".
It is will nice enhancement for beginners in raw, if will warning "illegal chars" instead only not generated R.java.
Comment 1 David Carver CLA 2015-10-09 11:16:08 EDT
We should consider making sure the Android Lint checks are enabled to catch some of these, or allow turning on and off particular lint checks.