I have accidentally erased one of my project modules .iml file and I was wondering if its possible to regenerate it. I have googled around for a bit but I have not seen a solution yet.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- In IntelliJ IDEA, how can I create a key binding t
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
I solved the problem as follows: 1) Opened the IntelliJ IDEA 2) Selected menu point "import project" 3) Navigated to the folder containing my project 4) Imported the project (in my case as maven project) and builded it new.
If you have not invalidated your cache or updated intellij since, locate the folder it used to be in > right click > Local history > show history. from here you should be able to restore that
.iml
file