cordova - Android : Not able to run the application -


i using phonegap, angularjs create android app. when try run emulator got message resolve error first.

error :

(skipping file '.htaccess' due android_aapt_ignore pattern '.*')

/users/admin/documents/user_name/project_name/assets/www/js/angular- 1.0.6/docs/partials/api/ng.directive:a.html: error: invalid filename. unable add.

this how included angular , cordova :

<script type="text/javascript" src="cordova-2.7.0.js"></script> <script type="text/javascript" src="js/angular-1.0.6/angular.min.js"></script> 

the filename ng.directive:a.html seems not allowed. remove : name?

also, don't need .htaccess file inside phonegap project.

you can remove (the file skipped, because error says, files starting . ignored).

angularjs should work phonegap (i have phonegap app using angularjs). :)


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -