In an iPhone Application, I just write one line to get the complete path for a specific file ( as below ).
NSString *strPath=[[NSBundle mainBundle] pathForResource:@"myjavascript" ofType:@"js"];
My question is How to get the complete path for a specific file which is located under Assets folder in Android.
Sample Image.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…